Skip to content

Commit 98e2db1

Browse files
authored
Merge pull request #305 from cnblogs/update-node-version
fix(ci): update node version
2 parents ee3e106 + 3c462b9 commit 98e2db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/marketplace-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Setup node.js
5959
uses: actions/setup-node@v3
6060
with:
61-
node-version: 16.x
61+
node-version: 20.x
6262
cache: 'npm'
6363

6464
- name: Step rust toolchain

0 commit comments

Comments
 (0)