diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 846971b..93cf86b 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 20.x, 22.x] + node-version: [18.x, 20.x, 22.5.1] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }}