Skip to content

Commit 4a17a19

Browse files
authored
Merge pull request #54 from bizob2828/add-node-22
feat: Added Node 22 to prebuild list and tests
2 parents 0d92b2d + 0f21193 commit 4a17a19

File tree

4 files changed

+1552
-7692
lines changed

4 files changed

+1552
-7692
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
build-group: linux
2424
- os: macos-latest
2525
build-group: darwin
26-
- os: windows-2019
26+
- os: windows-latest
2727
build-group: win32
2828
name: Build ${{ matrix.build-group }}
2929
runs-on: ${{ matrix.os }}

.github/workflows/test.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
node: [16, 18, 20]
25-
os: [ubuntu-latest, macos-latest, windows-2019]
24+
node: [16, 18, 20, 22]
25+
os: [ubuntu-latest, macos-latest, windows-latest]
2626
name: Node v${{ matrix.node }} (${{ matrix.os }})
2727
runs-on: ${{ matrix.os }}
2828
timeout-minutes: 10
@@ -38,8 +38,6 @@ jobs:
3838
run: python --version
3939
- name: Install setuptools
4040
run: pip install setuptools
41-
- name: Update npm
42-
run: npm install -g npm@8
4341
- name: Install dependencies
4442
run: npm ci
4543
- name: Show node-gyp version

0 commit comments

Comments
 (0)