Skip to content

Commit 176346d

Browse files
committed
chore: Drop node 16 support
1 parent 0fcb858 commit 176346d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/setup-node@v3
1313
with:
1414
always-auth: true
15-
node-version: 16
15+
node-version: 18
1616
cache: 'yarn'
1717
registry-url: 'https://registry.npmjs.org/'
1818
- name: Install dependencies

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node: [16, 18, 20]
18+
node: [18, 20]
1919
steps:
2020
- uses: actions/checkout@v2
2121
- uses: actions/setup-node@v2
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
strategy:
4141
matrix:
42-
node: [16, 18, 20]
42+
node: [18, 20]
4343
steps:
4444
- uses: actions/checkout@v2
4545
- uses: actions/setup-node@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
},
8181
"homepage": "https://github.com/boazpoolman/strapi-plugin-sitemap#readme",
8282
"engines": {
83-
"node": ">=16.0.0",
83+
"node": ">=18.0.0",
8484
"npm": ">=6.0.0"
8585
},
8686
"license": "MIT"

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"uuid": "a9ceffb9-4ec4-4283-b458-b6cda1760641"
2525
},
2626
"engines": {
27-
"node": ">=16.x.x <=20.x.x",
27+
"node": ">=18.x.x <=20.x.x",
2828
"npm": ">=6.0.0"
2929
},
3030
"license": "MIT"

0 commit comments

Comments
 (0)