Skip to content

Commit

Permalink
ci(node): use 23
Browse files Browse the repository at this point in the history
Use node 23

commit-id:cb06f491
  • Loading branch information
ttshivers committed Oct 20, 2024
1 parent 88cb548 commit 3a9172c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: '22.x'
node-version: '23.x'
cache: 'npm'
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Use Node.js
uses: actions/[email protected]
with:
node-version: '22.x'
node-version: '23.x'
cache: 'npm'

- name: Install NPM dependencies
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Use Node.js
uses: actions/[email protected]
with:
node-version: '22.x'
node-version: '23.x'
cache: 'npm'

- name: Install NPM dependencies
Expand Down

0 comments on commit 3a9172c

Please sign in to comment.