Skip to content

Commit 3b29655

Browse files
radagastbot[bot]josimar-silva
authored andcommitted
chore(deps): update dependency node to v22.21.0
1 parent d31f1de commit 3b29655

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: 🇳 Setup Node.js
3232
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
3333
with:
34-
node-version: "22.20.0"
34+
node-version: "22.21.0"
3535

3636
- name: 🏷️ Get package version
3737
id: get_version
@@ -71,7 +71,7 @@ jobs:
7171
- name: 🇳 Setup Node.js
7272
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
7373
with:
74-
node-version: "22.20.0"
74+
node-version: "22.21.0"
7575

7676
- name: ⬇️ Download build artifact
7777
uses: dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: 🇳 Setup Node.js
3737
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
3838
with:
39-
node-version: "22.20.0"
39+
node-version: "22.21.0"
4040

4141
- name: 💾 Cache Node.js modules
4242
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
@@ -81,7 +81,7 @@ jobs:
8181
- name: 🇳 Setup Node.js
8282
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
8383
with:
84-
node-version: "22.20.0"
84+
node-version: "22.21.0"
8585

8686
- name: 💾 Cache Node.js modules
8787
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
@@ -133,7 +133,7 @@ jobs:
133133
- name: 🇳 Setup Node.js
134134
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
135135
with:
136-
node-version: "22.20.0"
136+
node-version: "22.21.0"
137137

138138
- name: 💾 Cache Node.js modules
139139
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
@@ -200,7 +200,7 @@ jobs:
200200
- name: 🇳 Setup Node.js
201201
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
202202
with:
203-
node-version: "22.20.0"
203+
node-version: "22.21.0"
204204

205205
- name: 💾 Cache Node.js modules
206206
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: 🇳 Setup Node.js
4444
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
4545
with:
46-
node-version: "22.20.0"
46+
node-version: "22.21.0"
4747
cache: "npm"
4848
cache-dependency-path: package-lock.json
4949

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@testing-library/react": "16.3.0",
8585
"@testing-library/user-event": "14.6.1",
8686
"@types/jest": "30.0.0",
87-
"@types/node": "22.18.11",
87+
"@types/node": "22.18.12",
8888
"@types/react": "19.2.2",
8989
"@types/react-dom": "19.2.2",
9090
"eslint": "9.38.0",

0 commit comments

Comments
 (0)