diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6b6b0b9..515063f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [16, 18, 20] + node: [18, 20] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 diff --git a/package.json b/package.json index c3d2eb8..beb319f 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ }, "homepage": "https://github.com/boazpoolman/strapi-plugin-config-sync#readme", "engines": { - "node": ">=16.0.0", + "node": ">=18.0.0", "npm": ">=6.0.0" }, "license": "MIT",