We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 800bf36 commit 468cf5cCopy full SHA for 468cf5c
.github/workflows/publish.yaml
@@ -29,10 +29,10 @@ jobs:
29
- name: Checkout code-server
30
uses: actions/checkout@v3
31
32
- - name: Install Node.js v16
+ - name: Install Node.js v18
33
uses: actions/setup-node@v3
34
with:
35
- node-version: "16"
+ node-version: "18"
36
cache: "yarn"
37
38
- name: Download npm package from release artifacts
0 commit comments