diff --git a/.github/workflows/tests.js.yml b/.github/workflows/tests.js.yml index 334c057..e6ed895 100644 --- a/.github/workflows/tests.js.yml +++ b/.github/workflows/tests.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [18.x, 19.x, 20.x] + node-version: [19.x, 20.x, 21.x] steps: - uses: actions/checkout@v3