Skip to content

Commit bc63692

Browse files
committed
fix npm publish
1 parent 9bdc5ad commit bc63692

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ 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"
36-
registry-url: "https://registry.npmjs.org"
3736

3837
- name: Install dependencies
3938
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)