File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818
1919 strategy :
2020 matrix :
21- node-version : [14 .x, 16 .x, 18 .x]
21+ node-version : [18 .x, 20 .x, 22 .x]
2222
2323 steps :
2424 - uses : actions/checkout@v3
3838 - uses : actions/checkout@v3
3939 - uses : actions/setup-node@v1
4040 with :
41- node-version : 16
41+ node-version : 22
4242 registry-url : https://registry.npmjs.org/
4343 - run : npm ci
4444 - run : npm publish --tag next
Original file line number Diff line number Diff line change 1414 "url" : " https://github.com/AEB-labs/node-soap-graphql.git"
1515 },
1616 "engines" : {
17- "node" : " >=14 .0.0"
17+ "node" : " >=18 .0.0"
1818 },
1919 "main" : " ./dist/index.js" ,
2020 "types" : " ./dist/index.d.ts" ,
3636 "soap" : " ^0.45.0"
3737 },
3838 "devDependencies" : {
39- "@types/node" : " ^16.11.64 " ,
39+ "@types/node" : " ^18.0.0 " ,
4040 "axios" : " ^0.27.2" ,
4141 "chai" : " ^4.3.6" ,
4242 "chai-as-promised" : " ^7.1.1" ,
You can’t perform that action at this time.
0 commit comments