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.
2 parents 129cee0 + 74c63b7 commit 304e312Copy full SHA for 304e312
.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.9.1']
+ # 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