Skip to content

Commit

Permalink
chore(deps): update node.js to >=22.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and miyamiyaz committed Feb 19, 2025
1 parent 3bde557 commit 4e3d378
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 39 deletions.
4 changes: 2 additions & 2 deletions integration-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@types/express": "^4.17.21",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.19",
"@types/node": "^22.13.4",
"@types/which": "^3.0.4",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
Expand All @@ -51,7 +51,7 @@
"test:record": "AUTIFY_POLLY_RECORD=1 jest --testMatch **/dist/test/**/*.test.js --updateSnapshot"
},
"engines": {
"node": ">=22.5.1"
"node": ">=22.14.0"
},
"bugs": {
"url": "https://github.com/autifyhq/autify-cli/issues"
Expand Down
54 changes: 19 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/chai": "^5.0.1",
"@types/inquirer": "^8.2.10",
"@types/listr": "^0.14.9",
"@types/node": "^20.17.19",
"@types/node": "^22.13.4",
"@types/shell-quote": "^1.7.5",
"@types/unzip-stream": "^0.3.4",
"chai": "^5.2.0",
Expand Down Expand Up @@ -165,7 +165,7 @@
]
},
"engines": {
"node": ">=22.5.1"
"node": ">=22.14.0"
},
"bugs": "https://github.com/autifyhq/autify-cli/issues",
"keywords": [
Expand Down

0 comments on commit 4e3d378

Please sign in to comment.