Skip to content

Commit

Permalink
Merge pull request #54 from bizob2828/add-node-22
Browse files Browse the repository at this point in the history
feat: Added Node 22 to prebuild list and tests
  • Loading branch information
bmacnaughton authored May 30, 2024
2 parents 0d92b2d + 0f21193 commit 4a17a19
Show file tree
Hide file tree
Showing 4 changed files with 1,552 additions and 7,692 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
build-group: linux
- os: macos-latest
build-group: darwin
- os: windows-2019
- os: windows-latest
build-group: win32
name: Build ${{ matrix.build-group }}
runs-on: ${{ matrix.os }}
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [16, 18, 20]
os: [ubuntu-latest, macos-latest, windows-2019]
node: [16, 18, 20, 22]
os: [ubuntu-latest, macos-latest, windows-latest]
name: Node v${{ matrix.node }} (${{ matrix.os }})
runs-on: ${{ matrix.os }}
timeout-minutes: 10
Expand All @@ -38,8 +38,6 @@ jobs:
run: python --version
- name: Install setuptools
run: pip install setuptools
- name: Update npm
run: npm install -g npm@8
- name: Install dependencies
run: npm ci
- name: Show node-gyp version
Expand Down
Loading

0 comments on commit 4a17a19

Please sign in to comment.