Skip to content

Commit d1a65bb

Browse files
authored
change node version in publish action 14.x -> 18.x
1 parent 3a96a17 commit d1a65bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: setup Node
1515
uses: actions/setup-node@v2
1616
with:
17-
node-version: 14.x
17+
node-version: 18.x
1818
registry-url: 'https://registry.npmjs.org'
1919
- name: install
2020
run: npm install

0 commit comments

Comments
 (0)