Skip to content

Commit 8369c36

Browse files
authored
chore(workflows): update node version to 18 (#1276)
1 parent 2752ad1 commit 8369c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions/publish-npm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
steps:
1818
- uses: actions/setup-node@v3
1919
with:
20-
node-version: 16.x
20+
node-version: 18.x
2121
- name: Install latest npm
2222
run: npm install -g npm@latest
2323
shell: bash

0 commit comments

Comments
 (0)