Skip to content

Commit fc09738

Browse files
committed
ci: use node.js 18
1 parent bc269dd commit fc09738

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
@@ -26,7 +26,7 @@ jobs:
2626
- name: Use Node.js 16
2727
uses: actions/setup-node@v1
2828
with:
29-
node-version: 16
29+
node-version: 18
3030
# Specifies the registry, this field is required!
3131
registry-url: https://registry.npmjs.org/
3232
# clean install of your projects' deps. We use "npm ci" to avoid package lock changes

0 commit comments

Comments
 (0)