Skip to content

Commit 38f4ff0

Browse files
chore(deps): update dependency node to v22
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2eef316 commit 38f4ff0

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
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: "20"
34+
node-version: "22"
3535
cache: "yarn"
3636

3737
- name: Setup Pages

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: '20'
20+
node-version: '22'
2121
cache: 'yarn'
2222

2323
- name: Install dependencies & sync data

0 commit comments

Comments
 (0)