Skip to content

Commit 8ec46ec

Browse files
committed
ci(actions): update node to 18 on release job
1 parent 1f892cc commit 8ec46ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v3
3434
- uses: actions/setup-node@v3
3535
with:
36-
node-version: 16
36+
node-version: 18
3737
registry-url: https://registry.npmjs.org/
3838
- run: npm ci
3939
- run: npm run release

0 commit comments

Comments
 (0)