Skip to content

Commit 2fa4116

Browse files
committed
Node versions
1 parent fbe1943 commit 2fa4116

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
strategy:
3434
matrix:
35-
node: [16, 18, 20]
35+
node: [18, 20]
3636
steps:
3737
- uses: actions/checkout@v2
3838
- uses: actions/setup-node@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
},
8989
"homepage": "https://github.com/boazpoolman/strapi-plugin-config-sync#readme",
9090
"engines": {
91-
"node": ">=16.0.0",
91+
"node": ">=18.0.0",
9292
"npm": ">=6.0.0"
9393
},
9494
"license": "MIT",

0 commit comments

Comments
 (0)