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 4131f81 commit 135f09dCopy full SHA for 135f09d
.github/workflows/validate.yml
@@ -18,6 +18,7 @@ jobs:
18
# Otherwise we would not know if the problem is tied to the Node.js version
19
fail-fast: false
20
matrix:
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']
23
runs-on: ubuntu-latest
24
steps:
0 commit comments