Skip to content

Commit 0570430

Browse files
authored
v1: Update node, don't install npm explicitly (#1037)
1 parent be9b383 commit 0570430

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ jobs:
2727
with:
2828
node-version-file: '.nvmrc'
2929
cache: pnpm
30-
- name: Update npm
31-
run: |
32-
npm install -g npm@latest
33-
npm --version
3430
- name: Install dependencies
3531
run: pnpm install
3632

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v24.12.0
1+
v24.18.0

0 commit comments

Comments
 (0)