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