We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe1943 commit 2fa4116Copy full SHA for 2fa4116
.github/workflows/tests.yml
@@ -32,7 +32,7 @@ jobs:
32
runs-on: ubuntu-latest
33
strategy:
34
matrix:
35
- node: [16, 18, 20]
+ node: [18, 20]
36
steps:
37
- uses: actions/checkout@v2
38
- uses: actions/setup-node@v2
package.json
@@ -88,7 +88,7 @@
88
},
89
"homepage": "https://github.com/boazpoolman/strapi-plugin-config-sync#readme",
90
"engines": {
91
- "node": ">=16.0.0",
+ "node": ">=18.0.0",
92
"npm": ">=6.0.0"
93
94
"license": "MIT",
0 commit comments