Skip to content

Commit 47c1d0e

Browse files
chore(deps): update dependency node to v24
1 parent f04f539 commit 47c1d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ref: ${{ inputs.sha }}
1919
- uses: actions/setup-node@v5
2020
with:
21-
node-version: "22"
21+
node-version: "24"
2222
registry-url: "https://registry.npmjs.org"
2323
- name: Update npm
2424
run: npm install -g npm@latest && corepack enable && yarn set version berry

0 commit comments

Comments
 (0)