Archived
1
0

Update npm publish workflow to use v18

This commit is contained in:
Asher 2023-09-22 17:53:56 -08:00
parent 800bf364d6
commit 468cf5c6ce
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A

View File

@ -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