We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e63b3 commit 65cb29dCopy full SHA for 65cb29d
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- node-version: [14.x, 16.x, 22.x]
+ node-version: [16.x, 22.x]
13
steps:
14
- uses: actions/checkout@v2
15
- name: Node.js specs ${{ matrix.node-version }}
0 commit comments