diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4d33acb..b3d3ea6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16, 18, 20, 21, 22, 23] + node-version: [16, 18, 20, 21, 22, 23, 24] steps: - uses: actions/checkout@v3