Skip to content

Commit

Permalink
fix: add support for Node.js v22 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
derevnjuk authored Nov 12, 2024
1 parent 1597f7b commit b2b5cdf
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 133 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos-11
- os: macos-12
label: x64+arm64
node_arch: x64
command: build:gyp
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
architecture: ${{ matrix.node_arch }}

- name: Install dependencies
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
registry-url: 'https://registry.npmjs.org'

- uses: actions/download-artifact@v4
Expand All @@ -106,7 +106,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
registry-url: 'https://npm.pkg.github.com'
scope: '@NeuraLegion'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22

- run: npm ci --ignore-scripts
- run: npm run semantic-release
Expand Down
Loading

0 comments on commit b2b5cdf

Please sign in to comment.