Skip to content

Commit 2751021

Browse files
chore(deps): update dependency node to v22.18.0
1 parent ebc1f81 commit 2751021

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 22.17.0
18+
node-version: 22.18.0
1919
cache: "yarn"
2020
- name: Install dependencies and Build
2121
run: yarn install --frozen-lockfile

.github/workflows/perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 22.17.0
18+
node-version: 22.18.0
1919
cache: "yarn"
2020
- name: Run performance tests
2121
run: ./reassure-tests.sh

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@release-it/conventional-changelog": "10.0.1",
6262
"@testing-library/react-native": "v14.0.0-alpha.1",
6363
"@types/jest": "29.5.14",
64-
"@types/node": "22.15.34",
64+
"@types/node": "22.18.0",
6565
"@types/react": "19.1.8",
6666
"@types/svg-parser": "^2.0.3",
6767
"commitlint": "19.8.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4139,10 +4139,10 @@
41394139
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.8.2.tgz#17d42c6322d917764dd3d2d3a10d7884925de067"
41404140
integrity sha512-cRMwIgdDN43GO4xMWAfJAecYn8wV4JbsOGHNfNUIDiuYkUYAR5ec4Rj7IO2SAhFPEfpPtLtUTbbny/TCT7aDwA==
41414141

4142-
"@types/node@22.15.34":
4143-
version "22.15.34"
4144-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.34.tgz#3995a6461d2cfc51c81907da0065fc328f6a459e"
4145-
integrity sha512-8Y6E5WUupYy1Dd0II32BsWAx5MWdcnRd8L84Oys3veg1YrYtNtzgO4CFhiBg6MDSjk7Ay36HYOnU7/tuOzIzcw==
4142+
"@types/node@22.18.0":
4143+
version "22.18.0"
4144+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.0.tgz#9e4709be4f104e3568f7dd1c71e2949bf147a47b"
4145+
integrity sha512-m5ObIqwsUp6BZzyiy4RdZpzWGub9bqLJMvZDD0QMXhxjqMHMENlj+SqF5QxoUwaQNFe+8kz8XM8ZQhqkQPTgMQ==
41464146
dependencies:
41474147
undici-types "~6.21.0"
41484148

0 commit comments

Comments
 (0)