diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4dd13565..33d83830 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,10 +16,10 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 8.6.0 + version: 8.15.9 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 18.20.8 cache: 'pnpm' - run: pnpm install --frozen-lockfile - run: pnpm test @@ -31,10 +31,10 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 8.6.0 + version: 8.15.9 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 18.20.8 cache: 'pnpm' registry-url: https://npm.pkg.github.com/ - run: pnpm install --frozen-lockfile diff --git a/.travis.yml b/.travis.yml index f8299292..68c5316e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - "10.13.0" + - "10.24.1" script: - npm test - npm run dist \ No newline at end of file diff --git a/package.json b/package.json index a1df2484..6430bb7d 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "wsdl-tsclient": "./dist/src/cli.js" }, "engines": { - "node": ">=v18.16.1" + "node": ">=18.20.8" }, "scripts": { "pretest": "rm -rf ./test/generated", @@ -43,23 +43,23 @@ "devDependencies": { "prettier": "^2.8.8", "tap-spec": "^5.0.0", - "tape": "^5.6.4", - "ts-node": "^10.9.1", - "typescript": "^5.1.6" + "tape": "^5.9.0", + "ts-node": "^10.9.2", + "typescript": "^5.9.3" }, "dependencies": { "@types/node": "^18.16.19", "@types/supports-color": "^8.1.1", "@types/tape": "^5.6.0", "@types/yargs": "^16.0.5", - "@typescript-eslint/eslint-plugin": "^6.0.0", - "@typescript-eslint/parser": "^6.0.0", + "@typescript-eslint/eslint-plugin": "^6.21.0", + "@typescript-eslint/parser": "^6.21.0", "camelcase": "^6.3.0", "chalk": "^4.1.2", - "eslint": "^8.44.0", - "eslint-plugin-prettier": "^4.2.1", + "eslint": "^8.57.1", + "eslint-plugin-prettier": "^4.2.5", "sanitize-filename": "^1.6.3", - "soap": "^1.0.0", + "soap": "^1.6.0", "supports-color": "^8.1.1", "ts-morph": "^19.0.0", "yargs": "^16.2.0"