chore(deps): update node.js to v22 #96
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
steps:
|
||||
test:
|
||||
image: node:20.15.1
|
||||
image: node:22.12.0
|
||||
commands:
|
||||
- yarn install
|
||||
- yarn lint
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue