Skip to content

Commit 57c07ec

Browse files
authored
Update npm-publish.yml
1 parent 8e462c1 commit 57c07ec

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
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 16
14+
node-version: 18
1515
- run: npm i
1616
- run: npm run build
1717

@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v3
2323
- uses: actions/setup-node@v3
2424
with:
25-
node-version: 16
25+
node-version: 18
2626
registry-url: https://registry.npmjs.org/
2727
- run: npm publish --access public
2828
env:

0 commit comments

Comments
 (0)