diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca10cb8..54a37d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "20" - run: npm ci - run: npm run test lint: @@ -18,6 +18,6 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "20" - run: npm ci - run: npm run lint && npm run format diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e0cdb32..7c922f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: ref: ${{ github.sha }} - uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "20" - run: npm ci - name: Build and Pre-Publish run: npm run vscode:prepublish