We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eef316 commit 38f4ff0Copy full SHA for 38f4ff0
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Setup Node
32
uses: actions/setup-node@v4
33
with:
34
- node-version: "20"
+ node-version: "22"
35
cache: "yarn"
36
37
- name: Setup Pages
.github/workflows/sync.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install Node.js
18
19
20
- node-version: '20'
+ node-version: '22'
21
cache: 'yarn'
22
23
- name: Install dependencies & sync data
0 commit comments