diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05fe194b..3726c45e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: ['20.x', '24.x', 'lts/*'] + node-version: ['lts/-1', 'lts/*', 'latest'] os: [macos-latest, ubuntu-latest, ubuntu-24.04-arm, windows-latest] runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/s3-bucket.yml b/.github/workflows/s3-bucket.yml index 8ab666c7..d77cba5f 100644 --- a/.github/workflows/s3-bucket.yml +++ b/.github/workflows/s3-bucket.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node: [20, 'lts/*'] + node-version: ['lts/-1', 'lts/*', 'latest'] env: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}