diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1ad441b9..e02bf220 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,10 +12,10 @@ jobs: fail-fast: false matrix: node-version: + - 21 - 20 - 18 - - 16 - - 14 + - 18.18.x os: - ubuntu-latest steps: @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: "18.x" + node-version: "20.x" - run: npm install - run: npm install --save-dev eslint@7 - run: npm test diff --git a/package.json b/package.json index 3b2f1b21..30d5502f 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "eslint": ">=7.0.0" }, "engines": { - "node": "^14.17.0 || ^16.0.0 || >= 18.0.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "release-it": { "git": {