Skip to content

Commit 74c63b7

Browse files
authored
test: Ensure broken node 16.9.0 isn't used (#1028)
1 parent 7b125de commit 74c63b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
# Otherwise we would not know if the problem is tied to the Node.js version
1919
fail-fast: false
2020
matrix:
21-
node: [12, 14, 16]
21+
# 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
22+
node: [12, 14, '16.9.1']
2223
runs-on: ubuntu-latest
2324
steps:
2425
- name: 🛑 Cancel Previous Runs

0 commit comments

Comments
 (0)