diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df65286d..d899d40f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,10 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14, 16, 18] + node-version: + - 18 + - 20 + - 22 steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 @@ -31,7 +34,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18] + node-version: + - 22 steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 diff --git a/package.json b/package.json index f65dd2ea..f495b87e 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ }, "packageManager": "yarn@3.5.0", "engines": { - "node": ">=12" + "node": ">=18" }, "moker": { "plugins": [