diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c2b108c0f..a52b45e5d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [20, 22, 24] + node-version: [22, 24, 26] include: - os: macos-latest node-version: 22 @@ -34,12 +34,6 @@ jobs: uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} - - name: Update NPM (Node.js v10) - if: matrix.node-version == 10 - run: npm install --global npm@7 - - name: Update NPM - if: matrix.node-version != 10 - run: npm install --global npm@8 - name: Bootstrap project run: npm ci --ignore-scripts - name: Build project diff --git a/package.json b/package.json index b0e6d3e66..a0a745d8a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ ], "author": "IBM Corp. and LoopBack contributors", "engines": { - "node": ">=20" + "node": ">=22" }, "repository": { "type": "git",