Skip to content

Commit ad3823d

Browse files
chore(devdeps): update dependency node to v22.16.0
1 parent b241181 commit ad3823d

File tree

6 files changed

+113
-113
lines changed

6 files changed

+113
-113
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/setup-node@v4
3333
id: cache
3434
with:
35-
node-version: '22.14.0'
35+
node-version: '22.16.0'
3636
cache: 'pnpm'
3737

3838
- run: pnpm install --frozen-lockfile

.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@v4
3939
id: cache
4040
with:
41-
node-version: '22.14.0'
41+
node-version: '22.16.0'
4242
cache: 'pnpm'
4343

4444
- run: pnpm install --frozen-lockfile

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/setup-node@v4
3232
id: cache
3333
with:
34-
node-version: '22.14.0'
34+
node-version: '22.16.0'
3535
cache: 'pnpm'
3636

3737
- run: pnpm install --frozen-lockfile

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/setup-node@v4
4545
id: cache
4646
with:
47-
node-version: '22.14.0'
47+
node-version: '22.16.0'
4848
cache: 'pnpm'
4949

5050
- run: pnpm install --frozen-lockfile

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@types/eslint": "9.6.1",
8383
"@types/estree": "^1.0.1",
8484
"@types/express": "5.0.1",
85-
"@types/node": "22.14.1",
85+
"@types/node": "22.15.18",
8686
"@typescript-eslint/typescript-estree": "8.23.0",
8787
"@typescript-eslint/utils": "^8.13.0",
8888
"@vitest/coverage-v8": "^3.0.5",

0 commit comments

Comments
 (0)