diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index fcda2aa..5831a25 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x, 22.x] if: | (github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]') || (github.event_name != 'pull_request_target' && github.actor != 'dependabot[bot]') diff --git a/package.json b/package.json index f29d705..d4b0838 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "test": "mocha --timeout 20000" }, "engines": { - "node": "16 || 18 || 20", + "node": "18 || 20 || 22", "npm": ">=7" } }