Skip to content

Commit dad87c3

Browse files
authored
use v6 GHA setup-node (#1061)
1 parent 8976724 commit dad87c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ jobs:
2727
run: echo ::set-output name=version::$(echo ${{github.ref_name}} | sed 's/^effection-v//')
2828

2929
- name: Setup Node
30-
uses: actions/setup-node@v4.1.0
30+
uses: actions/setup-node@v6
3131
with:
3232
node-version: 24
33-
registry-url: https://registry.npmjs.com
3433

3534
- name: Build NPM
3635
run: deno task build:npm ${{steps.vars.outputs.version}}

0 commit comments

Comments
 (0)