Skip to content

Commit e3263b8

Browse files
committed
Bump actions back to v6
1 parent 7b4ec28 commit e3263b8

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,6 @@ jobs:
1515
virtual-environment: [ubuntu-latest, windows-2025, ubuntu-24.04-arm]
1616
node: [18, 20, 22, 24, latest]
1717
nan-version: [nan-earliest, nan-latest]
18-
include:
19-
- virtual-environment: macos-latest
20-
node: 18
21-
- virtual-environment: macos-latest
22-
node: 20
23-
- virtual-environment: macos-latest
24-
node: 22
25-
- virtual-environment: macos-latest
26-
node: 24
27-
- virtual-environment: macos-latest
28-
node: latest
2918

3019
runs-on: ${{ matrix.virtual-environment }}
3120

@@ -34,14 +23,11 @@ jobs:
3423
if: matrix.virtual-environment == 'windows-2025'
3524
run: git config --global core.autocrlf false
3625

37-
- name: Check Python version
38-
run: python --version
39-
4026
- name: Checkout
41-
uses: actions/checkout@v4
27+
uses: actions/checkout@v6
4228

4329
- name: Setup Node.js ${{ matrix.node }}
44-
uses: actions/setup-node@v4
30+
uses: actions/setup-node@v6
4531
with:
4632
node-version: ${{ matrix.node }}
4733

0 commit comments

Comments
 (0)