Skip to content

Commit b844822

Browse files
authored
Update Note
1 parent b679fe7 commit b844822

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
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.10.0"
16+
node-version: "22.12.x"
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.10.0"
31+
node-version: "22.12.x"
3232
- name: npm version
3333
run: npm i -g [email protected]
3434
- name: npm install

0 commit comments

Comments
 (0)