mirror of
https://github.com/cdr/code-server.git
synced 2026-01-20 15:13:36 +01:00
Update npm publish workflow to use v18
This commit is contained in:
parent
800bf364d6
commit
468cf5c6ce
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
|
|
@ -29,10 +29,10 @@ jobs:
|
|||
- name: Checkout code-server
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install Node.js v16
|
||||
- name: Install Node.js v18
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "16"
|
||||
node-version: "18"
|
||||
cache: "yarn"
|
||||
|
||||
- name: Download npm package from release artifacts
|
||||
|
|
|
|||
Loading…
Reference in a new issue