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