Compare commits

..

No commits in common. "renovate/node-22.x" and "master" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

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

View file

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