There was an error while loading. Please reload this page.
1 parent 48bf5fa commit 4e96417Copy full SHA for 4e96417
1 file changed
.github/workflows/nodejs.yml
@@ -17,11 +17,11 @@ jobs:
17
name: Lint
18
runs-on: ubuntu-latest
19
steps:
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
- name: Install Node.js
22
- uses: actions/setup-node@v4
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
23
with:
24
- node-version: v22.x
+ node-version: 24
25
cache: 'npm'
26
cache-dependency-path: package.json
27
@@ -41,7 +41,11 @@ jobs:
41
fail-fast: false
42
matrix:
43
os: [ubuntu-latest, macos-latest, windows-latest]
44
- node-version: [20.x, 22.x, 24.x]
+ node-version: [20, 22, 24]
45
+ exclude:
46
+ - os: windows-latest
47
48
+
49
runs-on: ${{matrix.os}}
50
51
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments