diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9558bec..6d55963 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: npm registry-url: 'https://registry.npmjs.org' - name: Set git user diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7457800..c562c5e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,8 +16,6 @@ jobs: fail-fast: false matrix: node: - - 14 - - 16 - 18 - 20 - lts/*