diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index bf751485..782b1e70 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ 20, 22 ] + node: [ 22, 23 ] name: Use Node.js ${{ matrix.node }} steps: - uses: actions/checkout@v4