Skip to content

Commit 4e257a8

Browse files
committed
ci: use node 24 to have trust publish OOTB
1 parent 68122ce commit 4e257a8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,9 @@ jobs:
3131
with:
3232
cache: yarn
3333
cache-dependency-path: 'yarn.lock'
34-
node-version: '22'
34+
node-version: '24'
3535
registry-url: 'https://registry.npmjs.org'
3636

37-
# Upgrade npm to the required version for Trusted Publishing
38-
- name: Upgrade npm
39-
run: npm install -g npm@latest
40-
4137
- name: Install dependencies 🔧
4238
run: yarn install --frozen-lockfile
4339

0 commit comments

Comments
 (0)