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 7b125de commit 74c63b7Copy full SHA for 74c63b7
.github/workflows/validate.yml
@@ -18,7 +18,8 @@ jobs:
18
# Otherwise we would not know if the problem is tied to the Node.js version
19
fail-fast: false
20
matrix:
21
- 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
22
+ node: [12, 14, '16.9.1']
23
runs-on: ubuntu-latest
24
steps:
25
- name: 🛑 Cancel Previous Runs
0 commit comments