diff --git a/.github/workflows/generate-web-client.yml b/.github/workflows/generate-web-client.yml index 325c203..507072e 100644 --- a/.github/workflows/generate-web-client.yml +++ b/.github/workflows/generate-web-client.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22.19.0 registry-url: "https://registry.npmjs.org" - run: npm ci - uses: actions/setup-java@v4 diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index acf50c8..85e5c44 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22.19.0 registry-url: "https://registry.npmjs.org" - run: npm ci - run: npm run test diff --git a/package-lock.json b/package-lock.json index 9649be0..b8445f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@autifyhq/autify-sdk", - "version": "0.26.0", + "version": "0.27.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@autifyhq/autify-sdk", - "version": "0.26.0", + "version": "0.27.0", "license": "MIT", "dependencies": { "axios": "^1.9.0", @@ -39,7 +39,7 @@ "typescript": "^5.8.3" }, "engines": { - "node": ">=22.16.0" + "node": ">=22.19.0" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index 6fa1b3e..10c9afa 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "/dist" ], "engines": { - "node": ">=22.16.0" + "node": ">=22.19.0" }, "dependencies": { "axios": "^1.9.0",