Skip to content

Commit 7c51613

Browse files
committed
use node 24 instead
1 parent 410336c commit 7c51613

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ jobs:
2828
# https://nodejs.org/api/corepack.html
2929
run: corepack enable
3030

31-
- name: Update npm to latest
32-
shell: bash
33-
run: npm install -g npm@latest
34-
3531
- name: Use Node.js
3632
uses: actions/setup-node@v4
3733
with:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.9.0
1+
24

0 commit comments

Comments
 (0)