We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87909c1 commit 5e281d4Copy full SHA for 5e281d4
1 file changed
.github/workflows/publish.yml
@@ -61,6 +61,8 @@ jobs:
61
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
62
with:
63
node-version: 24
64
+ package-manager-cache: false
65
+ cache: ''
66
67
- name: Build NPM
68
run: deno task build:npm ${{steps.vars.outputs.version}}
@@ -87,6 +89,8 @@ jobs:
87
89
88
90
91
92
93
94
95
- name: download build
96
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
0 commit comments