Skip to content

Commit 89c4c95

Browse files
authored
fix publish version (#120)
1 parent 5df8f68 commit 89c4c95

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-npm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Setup Node.js
7979
uses: actions/setup-node@v4
8080
with:
81-
node-version: "22"
81+
node-version: "22.14.0"
8282
cache: "npm"
8383
cache-dependency-path: package-lock.json
8484
registry-url: "https://registry.npmjs.org"
@@ -199,7 +199,7 @@ jobs:
199199
- name: Setup Node.js
200200
uses: actions/setup-node@v4
201201
with:
202-
node-version: "22"
202+
node-version: "22.14.0"
203203
registry-url: "https://registry.npmjs.org"
204204

205205
- name: Download build artifacts
@@ -238,7 +238,7 @@ jobs:
238238
- name: Setup Node.js
239239
uses: actions/setup-node@v4
240240
with:
241-
node-version: "22"
241+
node-version: "22.14.0"
242242
registry-url: "https://registry.npmjs.org"
243243

244244
- name: Download build artifacts

0 commit comments

Comments
 (0)