Skip to content

Commit b3832ae

Browse files
code-asheryiliang114
authored andcommitted
Update npm publish workflow to use v18
1 parent d2db3ee commit b3832ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
- name: Checkout code-server
3030
uses: actions/checkout@v3
3131

32-
- name: Install Node.js v16
32+
- name: Install Node.js v18
3333
uses: actions/setup-node@v3
3434
with:
35-
node-version: "16"
35+
node-version: "18"
3636
cache: "yarn"
3737

3838
- name: Download npm package from release artifacts

0 commit comments

Comments
 (0)