diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 6e6f4de..2a38314 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -45,7 +45,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [8.x, 10.x, 12.x] + node-version: [20.x, 22.x, 24.x] os: [ubuntu-latest, windows-latest, macos-latest] exclude: # Don't test Node.js 8 on Windows. npm is weird here