diff --git a/.github/workflows/github_release.yml b/.github/workflows/github_release.yml index 2597266..9f32d57 100644 --- a/.github/workflows/github_release.yml +++ b/.github/workflows/github_release.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, ubuntu-22.04-arm, windows-latest, macos-latest] - node-version: [16.x, 18.x, 20.x, 22.x] + node-version: [16.x, 18.x, 20.x, 22.x, 24.x] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 81838dd..f73ad0d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x, 22.x] + node-version: [16.x, 18.x, 20.x, 22.x, 24.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ os: [ubuntu-latest, ubuntu-22.04-arm, macos-latest, windows-latest]