Skip to content

Commit 1078ee0

Browse files
authored
fix(scripts): use node 24 for publish (#1006)
1 parent c61addf commit 1078ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
run: npm i -g corepack
2121
- uses: actions/setup-node@v4
2222
with:
23+
node-version: "24.x" # Trusted publishing requires npm >=v11.5.1
2324
cache: "yarn"
2425

25-
- run: npm install -g npm # Trusted publishing requires npm >=v11.5.1
2626
- run: yarn
2727

2828
- name: Create Release Pull Request or Publish to npm

0 commit comments

Comments
 (0)