diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c445052..7b61c34d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.16.0 + node-version: 22.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 cbf1414f..eb170665 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.16.0 + node-version: 22.14.0 cache: "yarn" - name: Run performance tests run: ./reassure-tests.sh diff --git a/package.json b/package.json index 5fe6ce82..15723cb7 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@testing-library/jest-native": "5.4.3", "@testing-library/react-native": "13.0.1", "@types/jest": "29.5.14", - "@types/node": "22.13.5", + "@types/node": "22.13.14", "@types/react": "18.3.18", "@types/svg-parser": "^2.0.3", "commitlint": "19.7.1", diff --git a/yarn.lock b/yarn.lock index 01350d60..6b6bacc6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4156,10 +4156,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.8.2.tgz#17d42c6322d917764dd3d2d3a10d7884925de067" integrity sha512-cRMwIgdDN43GO4xMWAfJAecYn8wV4JbsOGHNfNUIDiuYkUYAR5ec4Rj7IO2SAhFPEfpPtLtUTbbny/TCT7aDwA== -"@types/node@22.13.5": - version "22.13.5" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.5.tgz#23add1d71acddab2c6a4d31db89c0f98d330b511" - integrity sha512-+lTU0PxZXn0Dr1NBtC7Y8cR21AJr87dLLU953CWA6pMxxv/UDc7jYAY90upcrie1nRcD6XNG5HOYEDtgW5TxAg== +"@types/node@22.13.14": + version "22.13.14" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.14.tgz#70d84ec91013dcd2ba2de35532a5a14c2b4cc912" + integrity sha512-Zs/Ollc1SJ8nKUAgc7ivOEdIBM8JAKgrqqUYi2J997JuKO7/tpQC+WCetQ1sypiKCQWHdvdg9wBNpUPEWZae7w== dependencies: undici-types "~6.20.0"