From b0401ac95ff68c0d2855f58f7f1f925c6bae5ef0 Mon Sep 17 00:00:00 2001 From: Rob Moran Date: Wed, 24 Jan 2024 15:37:26 +0000 Subject: [PATCH] Update build to use Node 18 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7de2656..3708d0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - name: Build run: | yarn install --ignore-scripts @@ -59,7 +59,7 @@ jobs: path: artifacts - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - name: Publish run: | npx ovsx publish -i artifacts/*/*.vsix -p ${{secrets.OPEN_VSX_TOKEN}} @@ -76,7 +76,7 @@ jobs: path: artifacts - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - name: Publish run: | npx vsce publish -i artifacts/*/*.vsix -p ${{secrets.VS_MARKETPLACE_TOKEN}}