Skip to content

Commit 9cd8256

Browse files
committed
chore: upgrade workflow node to v18
1 parent f7b53d9 commit 9cd8256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: '16.x'
19+
node-version: '18.x'
2020

2121
- name: Install Dependencies
2222
run: npm install

0 commit comments

Comments
 (0)