We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f3bd3c commit 68fd459Copy full SHA for 68fd459
.github/workflows/validate.yml
@@ -17,7 +17,8 @@ jobs:
17
if: ${{ !contains(github.head_ref, 'all-contributors') }}
18
strategy:
19
matrix:
20
- 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
21
+ node: [12, 14, '16.9.1']
22
react: [latest, next, experimental]
23
runs-on: ubuntu-latest
24
steps:
0 commit comments