Skip to content

Commit

Permalink
test: Ensure broken node 16.9.0 isn't used (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored Sep 11, 2021
1 parent 8f3bd3c commit 68fd459
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
if: ${{ !contains(github.head_ref, 'all-contributors') }}
strategy:
matrix:
node: [12, 14, 16]
# TODO: relax `'16.9.1'` to `16` once GitHub has 16.9.1 cached. 16.9.0 is broken due to https://github.com/nodejs/node/issues/40030
node: [12, 14, '16.9.1']
react: [latest, next, experimental]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 68fd459

Please sign in to comment.