Skip to content

Commit

Permalink
test: Ensure broken node 16.9.0 isn't used (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Sep 11, 2021
1 parent 7b125de commit 74c63b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
# Otherwise we would not know if the problem is tied to the Node.js version
fail-fast: false
matrix:
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
node: [12, 14, '16.9.1']
runs-on: ubuntu-latest
steps:
- name: 馃洃 Cancel Previous Runs
Expand Down

0 comments on commit 74c63b7

Please sign in to comment.