From 468cf5c6cee76b263b0a94c14196329fbe134d8a Mon Sep 17 00:00:00 2001 From: Asher Date: Fri, 22 Sep 2023 17:53:56 -0800 Subject: [PATCH] Update npm publish workflow to use v18 --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 4b99e1a74..2cfe9e559 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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