Skip to content

Commit

Permalink
fix: add support for Node.js v22 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
derevnjuk committed Nov 12, 2024
1 parent 0d7bc2c commit 10f0e3c
Show file tree
Hide file tree
Showing 5 changed files with 153 additions and 125 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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 @@ -65,7 +65,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 @@ -83,7 +83,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 10f0e3c

Please sign in to comment.