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 5df8f68 commit 89c4c95Copy full SHA for 89c4c95
1 file changed
.github/workflows/publish-npm.yml
@@ -78,7 +78,7 @@ jobs:
78
- name: Setup Node.js
79
uses: actions/setup-node@v4
80
with:
81
- node-version: "22"
+ node-version: "22.14.0"
82
cache: "npm"
83
cache-dependency-path: package-lock.json
84
registry-url: "https://registry.npmjs.org"
@@ -199,7 +199,7 @@ jobs:
199
200
201
202
203
204
205
- name: Download build artifacts
@@ -238,7 +238,7 @@ jobs:
238
239
240
241
242
243
244
0 commit comments