diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c362ae00..b253701a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,6 @@ jobs: strategy: matrix: node-version: - - 18.x - 20.x - 22.x diff --git a/.nvmrc b/.nvmrc index 016e34ba..33206cba 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v20.17.0 +v22.0.0 diff --git a/.travis.yml b/.travis.yml index 55095076..288d7daa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ dist: jammy language: node_js -node_js: 20 +node_js: 22 anchor: &npm npm # This is here to show comment and preserved cache: *npm install: npm ci @@ -18,13 +18,9 @@ jobs: - &test stage: test - name: test-update-node18 - node_js: '18' - script: npm run test:all - - - <<: *test name: test-update-node20 node_js: '20' + script: npm run test:all - <<: *test name: test-update-node22 diff --git a/package.json b/package.json index 31a6a3d5..bfa931b2 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "update-node": "./bin/update-node.js" }, "engines": { - "node": ">=18.12.1" + "node": ">=22.0.0" }, "author": "Coorpacademy Tech Team", "license": "MIT",