diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5814a2f..c84efed9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 24.12.0 + node-version: 24.14.0 cache: "yarn" - name: Install dependencies and Build run: yarn install --frozen-lockfile diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 0592f30d..3172ca15 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 24.12.0 + node-version: 24.14.0 cache: "yarn" - name: Run performance tests run: ./reassure-tests.sh diff --git a/package.json b/package.json index 5a59ba57..3a0c62e7 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@release-it/conventional-changelog": "10.0.4", "@testing-library/react-native": "v14.0.0-alpha.1", "@types/jest": "30.0.0", - "@types/node": "24.10.4", + "@types/node": "24.12.0", "@types/react": "19.2.7", "@types/svg-parser": "^2.0.3", "commitlint": "20.2.0", diff --git a/yarn.lock b/yarn.lock index 55dd6f80..46855974 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4419,10 +4419,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.8.2.tgz#17d42c6322d917764dd3d2d3a10d7884925de067" integrity sha512-cRMwIgdDN43GO4xMWAfJAecYn8wV4JbsOGHNfNUIDiuYkUYAR5ec4Rj7IO2SAhFPEfpPtLtUTbbny/TCT7aDwA== -"@types/node@24.10.4": - version "24.10.4" - resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.4.tgz#9d27c032a1b2c42a4eab8fb65c5856a8b8e098c4" - integrity sha512-vnDVpYPMzs4wunl27jHrfmwojOGKya0xyM3sH+UE5iv5uPS6vX7UIoh6m+vQc5LGBq52HBKPIn/zcSZVzeDEZg== +"@types/node@24.12.0": + version "24.12.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-24.12.0.tgz#6222e028210e5322e4f4f6767f8d88e5ea3b33d2" + integrity sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ== dependencies: undici-types "~7.16.0"