Skip to content

Commit 797d1e7

Browse files
committed
change node version
1 parent 9d82470 commit 797d1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup .npmrc file for NPM registry
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: 16.x
20+
node-version: 19.x
2121
registry-url: "https://registry.npmjs.org"
2222

2323
- name: Install dependencies

0 commit comments

Comments
 (0)