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 24cf2db commit ba504c9Copy full SHA for ba504c9
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
python-version: "3.13"
15
- uses: actions/setup-node@v4
16
with:
17
- node-version: 20
+ node-version: 22
18
cache: yarn
19
- run: pip3 install requests
20
- run: python3 get-external-files.py
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
21
22
23
24
0 commit comments