We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c89dc commit f176285Copy full SHA for f176285
.github/workflows/validate.yml
@@ -20,8 +20,7 @@ jobs:
20
strategy:
21
fail-fast: false
22
matrix:
23
- # 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
24
- node: [12, 14, '16.9.1']
+ node: [12, 14, 16]
25
react: [latest, next, experimental]
26
runs-on: ubuntu-latest
27
steps:
0 commit comments