We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 027f3ab + 6766dfb commit 6e473f9Copy full SHA for 6e473f9
.github/workflows/node.js.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
strategy:
19
matrix:
20
- node-version: [14.x, 16.x, 18.x]
+ node-version: [16.x, 18.x]
21
env:
22
CI: true
23
steps:
0 commit comments