Skip to content

Commit ba504c9

Browse files
chore(deps): update dependency node to v22
Signed-off-by: Renovate Bot <[email protected]>
1 parent 24cf2db commit ba504c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python-version: "3.13"
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 20
17+
node-version: 22
1818
cache: yarn
1919
- run: pip3 install requests
2020
- run: python3 get-external-files.py

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: "3.13"
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 20
21+
node-version: 22
2222
cache: yarn
2323
- run: pip3 install requests
2424
- run: python3 get-external-files.py

0 commit comments

Comments
 (0)