Update npm publish workflow to use v18
This commit is contained in:
parent
800bf364d6
commit
468cf5c6ce
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@ -29,10 +29,10 @@ jobs:
|
|||||||
- name: Checkout code-server
|
- name: Checkout code-server
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install Node.js v16
|
- name: Install Node.js v18
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "16"
|
node-version: "18"
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
|
|
||||||
- name: Download npm package from release artifacts
|
- name: Download npm package from release artifacts
|
||||||
|
Reference in New Issue
Block a user