From a71b7c877cf41c6665287b43cc513822fbe425e8 Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 14 Dec 2023 14:26:02 -0900 Subject: [PATCH] chore: adjust node versions to match minimum supported --- .github/workflows/ci.yml | 2 +- .github/workflows/release-please.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 673062a..a91d1ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: ['14.x', '16.x', '18.x'] + node-version: ['16.x', '18.x', '20.x'] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 22cbe08..b8998bc 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -27,7 +27,7 @@ jobs: if: ${{ steps.release.outputs.releases_created }} - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 16 registry-url: 'https://registry.npmjs.org' if: ${{ steps.release.outputs.releases_created }} - run: npm ci