chore(deps): update node.js to v22
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Renovate Bot 2024-12-23 12:48:44 +00:00
parent d6e8a0b440
commit 32ed406980
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
steps:
test:
image: node:20.15.1
image: node:22.12.0
commands:
- yarn install
- yarn lint

View file

@ -50,7 +50,7 @@
"devDependencies": {
"@types/jest": "^29.5.6",
"@types/jsdom": "^21.1.4",
"@types/node": "^20.8.9",
"@types/node": "^22.0.0",
"@types/sinon": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",