Skip to content

Commit

Permalink
tests(unit): fix node to 16.16 (#14333)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine authored Aug 31, 2022
1 parent a08598f commit 984f778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
unit:
strategy:
matrix:
node: ['14', '16', '17']
node: ['14', '16.16', '17']
fail-fast: false
runs-on: ubuntu-latest
name: node ${{ matrix.node }}
Expand Down

0 comments on commit 984f778

Please sign in to comment.