Skip to content

Commit

Permalink
chore: Run with latest Node 16 again (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed May 17, 2022
1 parent 00c89dc commit f176285
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/validate.yml
Expand Up @@ -20,8 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# 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']
node: [12, 14, 16]
react: [latest, next, experimental]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f176285

Please sign in to comment.