File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments