We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6367cf8 commit bbf2affCopy full SHA for bbf2aff
1 file changed
.github/workflows/publish.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
deno-version: vx.x.x
32
- name: setup Node
33
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
34
35
registry-url: "https://registry.npmjs.org"
36
- name: Build npm package
@@ -39,3 +39,6 @@ jobs:
39
- name: Publish package
40
run: npm publish --provenance --access public
41
working-directory: ./npm
42
+ env:
43
+ # Workaround for https://github.com/actions/setup-node/issues/1440
44
+ NODE_AUTH_TOKEN: ""
0 commit comments