Skip to content

Commit 129cfcd

Browse files
authored
Merge pull request #440 from ForgeRock/renovate/node-22.x
chore(devdeps): update dependency node to v22.21.0
2 parents 9362959 + b126d2a commit 129cfcd

File tree

3 files changed

+127
-127
lines changed

3 files changed

+127
-127
lines changed

.github/workflows/mend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/setup-node@v5
3939
id: cache
4040
with:
41-
node-version: '22.14.0'
41+
node-version: '22.21.0'
4242
cache: 'pnpm'
4343

4444
- run: pnpm install --frozen-lockfile

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@types/eslint": "9.6.1",
7878
"@types/estree": "^1.0.1",
7979
"@types/express": "5.0.1",
80-
"@types/node": "22.14.1",
80+
"@types/node": "22.18.10",
8181
"@typescript-eslint/eslint-plugin": "^8.45.0",
8282
"@typescript-eslint/parser": "^8.45.0",
8383
"@typescript-eslint/typescript-estree": "8.23.0",

0 commit comments

Comments
 (0)