We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9362959 + b126d2a commit 129cfcdCopy full SHA for 129cfcd
.github/workflows/mend.yml
@@ -38,7 +38,7 @@ jobs:
38
- uses: actions/setup-node@v5
39
id: cache
40
with:
41
- node-version: '22.14.0'
+ node-version: '22.21.0'
42
cache: 'pnpm'
43
44
- run: pnpm install --frozen-lockfile
package.json
@@ -77,7 +77,7 @@
77
"@types/eslint": "9.6.1",
78
"@types/estree": "^1.0.1",
79
"@types/express": "5.0.1",
80
- "@types/node": "22.14.1",
+ "@types/node": "22.18.10",
81
"@typescript-eslint/eslint-plugin": "^8.45.0",
82
"@typescript-eslint/parser": "^8.45.0",
83
"@typescript-eslint/typescript-estree": "8.23.0",
0 commit comments