Skip to content

Commit 718ca06

Browse files
authored
Update npm-publish.yml
1 parent f030216 commit 718ca06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Node
1414
uses: actions/setup-node@v2
1515
with:
16-
node-version: "20.0.10"
16+
node-version: "20.10.0"
1717
registry-url: "https://registry.npmjs.org/"
1818
- name: Get version from tag
1919
id: tag-name
@@ -28,7 +28,7 @@ jobs:
2828
- name: NodeJs version
2929
uses: actions/setup-node@v3
3030
with:
31-
node-version: "20.0.10"
31+
node-version: "20.10.0"
3232
- name: npm version
3333
run: npm i -g [email protected]
3434
- name: npm install

0 commit comments

Comments
 (0)