Skip to content

Commit 06cad7a

Browse files
committed
refactor: update node version
1 parent c51ba72 commit 06cad7a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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
@@ -38,7 +38,7 @@ jobs:
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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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",
@@ -36,7 +36,7 @@
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",

0 commit comments

Comments
 (0)