diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index d81c18d..a5927df 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -40,7 +40,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [16.x, 18.x, 20.x, 21.x, 22.x] + node-version: [18.x, 20.x, 22.x, 23.x] runs-on: ubuntu-latest steps: diff --git a/package.json b/package.json index 9e5262e..7884e36 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,6 @@ "tstyche": "3.0.0" }, "engines": { - "node": ">=16" + "node": ">=18" } }