diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 17020141..aed31a10 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -19,12 +19,12 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [18, 20, 22] + node-version: [18, 20, 22, 23] include: - os: macos-latest - node-version: 20 # LTS + node-version: 22 # LTS - os: windows-latest - node-version: 20 # LTS + node-version: 22 # LTS fail-fast: false runs-on: ${{ matrix.os }} steps: diff --git a/package.json b/package.json index c648fefe..9b40b3a7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "4.1.11", "description": "A minimal node SOAP client", "engines": { - "node": "18 || 20 || 21 || 22" + "node": ">=18" }, "dependencies": { "@cypress/request": "^3.0.8",