Skip to content

Commit 9d19530

Browse files
authored
fix(ci): use Node 24 for releases and remove npm self-update (#1614)
1 parent 2680a42 commit 9d19530

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,13 @@ jobs:
4545
with:
4646
version: 10.14.0
4747

48-
- name: Setup Node.js 22.x
48+
- name: Setup Node.js 24.x
4949
uses: actions/setup-node@v4
5050
with:
51-
node-version: 22.x
51+
node-version: 24.x
5252
cache: "pnpm"
5353
registry-url: 'https://registry.npmjs.org'
5454

55-
- name: Update npm to latest
56-
run: npm install -g npm@latest
57-
5855
- name: Install Dependencies
5956
run: pnpm install --frozen-lockfile
6057

0 commit comments

Comments
 (0)