From b56025c2ce609a3a978887f8714a2f0b6503d84c Mon Sep 17 00:00:00 2001 From: jasonwilliams Date: Sun, 9 Jun 2024 21:46:47 +0100 Subject: [PATCH] bump node version --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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