Skip to content
This repository was archived by the owner on Aug 10, 2025. It is now read-only.

Commit 43a482a

Browse files
fix(deps): update dependency node to v22
1 parent 8088682 commit 43a482a

3 files changed

Lines changed: 14 additions & 7 deletions

File tree

.github/workflows/build-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Use Node.js 12.x
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: 12.x
17+
node-version: 22.x
1818
- name: Install Dependencies
1919
run: yarn --frozen-lockfile
2020
- name: Build
@@ -38,7 +38,7 @@ jobs:
3838
- name: Use Node.js 12.x
3939
uses: actions/setup-node@v3
4040
with:
41-
node-version: 12.x
41+
node-version: 22.x
4242
- name: Download Artifact
4343
uses: actions/download-artifact@master
4444
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@testing-library/react": "10.4.9",
1010
"@testing-library/user-event": "10.4.1",
1111
"@types/jest": "26.0.24",
12-
"@types/node": "12.20.55",
12+
"@types/node": "22.14.0",
1313
"@types/react": "16.14.35",
1414
"@types/react-dom": "16.9.18",
1515
"@types/react-router-dom": "5.3.3",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1502,10 +1502,12 @@
15021502
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.9.2.tgz#ace1880c03594cc3e80206d96847157d8e7fa349"
15031503
integrity sha512-bnoqK579sAYrQbp73wwglccjJ4sfRdKU7WNEZ5FW4K2U6Kc0/eZ5kvXG0JKsEKFB50zrFmfFt52/cvBbZa7eXg==
15041504

1505-
"@types/node@12.20.55":
1506-
version "12.20.55"
1507-
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
1508-
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
1505+
"@types/node@22.14.0":
1506+
version "22.14.0"
1507+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.14.0.tgz#d3bfa3936fef0dbacd79ea3eb17d521c628bb47e"
1508+
integrity sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==
1509+
dependencies:
1510+
undici-types "~6.21.0"
15091511

15101512
"@types/parse-json@^4.0.0":
15111513
version "4.0.0"
@@ -10285,6 +10287,11 @@ typescript@3.9.10:
1028510287
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
1028610288
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
1028710289

10290+
undici-types@~6.21.0:
10291+
version "6.21.0"
10292+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
10293+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
10294+
1028810295
unicode-canonical-property-names-ecmascript@^1.0.4:
1028910296
version "1.0.4"
1029010297
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818"

0 commit comments

Comments
 (0)