Skip to content

Commit

Permalink
Fix failing bootstrap on Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Apr 18, 2022
1 parent 2060977 commit 2f93434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [14, 16]
node-version: [14, '16.14.0']

env:
SETTINGS_AWS_ACCESS_KEY_ID: ${{ secrets.SETTINGS_AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 2f93434

Please sign in to comment.