Skip to content

Commit 82b3757

Browse files
committed
chore: disable windows runs (#867)
(cherry picked from commit 4e96417)
1 parent 5381202 commit 82b3757

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
name: Lint
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121
- name: Install Node.js
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2323
with:
24-
node-version: v22.x
24+
node-version: 24
2525
cache: 'npm'
2626
cache-dependency-path: package.json
2727

@@ -38,7 +38,11 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
os: [ubuntu-latest, macos-latest, windows-latest]
41-
node-version: [20.x, 22.x, 24.x]
41+
node-version: [20, 22, 24]
42+
exclude:
43+
- os: windows-latest
44+
node-version: 24
45+
4246
runs-on: ${{matrix.os}}
4347
steps:
4448
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)