diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f696e151..7e35d461 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,12 +18,12 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [16, 18, 20] + node-version: [18, 20] include: - os: macos-latest - node-version: 16 + node-version: 18 - os: windows-latest - node-version: 16 + node-version: 18 fail-fast: false runs-on: ${{ matrix.os }} steps: diff --git a/package.json b/package.json index 520042dd..7c4ec4e6 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ ], "author": "IBM Corp.", "engines": { - "node": ">=16" + "node": ">=18" }, "repository": { "type": "git",