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