We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4cc18 commit e65ced6Copy full SHA for e65ced6
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
strategy:
17
matrix:
18
- node-version: [ 20.x, 22.x, 24.x ]
+ node-version: [ 22.x, 24.x ]
19
os: [ windows-latest, ubuntu-latest, macOS-latest ]
20
21
# Go
@@ -40,14 +40,7 @@ jobs:
40
- name: Install
41
run: npm install
42
43
- - name: Test (Node.js <= 16.x)
44
- if: matrix.node-version <= '16.x'
45
- run: npm run test:nolint
46
- env:
47
- CI: true
48
-
49
- name: Test
50
- if: matrix.node-version > '16.x'
51
run: npm test
52
env:
53
CI: true
0 commit comments