chore(deps): update node.js to v22 #96

Open
renovate-bot wants to merge 1 commit from renovate/node-22.x into master
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",