diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index e1e7cc7d..c1f8182b 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [16.x, 18.x, 20.x, 21.x] os: [ubuntu-latest, windows-latest, macOS-latest] runs-on: ${{ matrix.os }}