Skip to content

Commit 74f9bf4

Browse files
committed
fix npm publish
1 parent 9bdc5ad commit 74f9bf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: ${{ github.event.pull_request.commits }}
3131

3232
- name: Set up Node.js
33-
uses: actions/setup-node@v3
33+
uses: actions/setup-node@v4
3434
with:
3535
node-version: "24.11.0"
3636
registry-url: "https://registry.npmjs.org"

0 commit comments

Comments
 (0)