Skip to content

Commit 68fd459

Browse files
authored
test: Ensure broken node 16.9.0 isn't used (#960)
1 parent 8f3bd3c commit 68fd459

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/validate.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
if: ${{ !contains(github.head_ref, 'all-contributors') }}
1818
strategy:
1919
matrix:
20-
node: [12, 14, 16]
20+
# 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']
2122
react: [latest, next, experimental]
2223
runs-on: ubuntu-latest
2324
steps:

0 commit comments

Comments
 (0)