We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e26274 + 1ef1a11 commit 3b130a9Copy full SHA for 3b130a9
4 files changed
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/setup-node@v3
22
with:
23
# choose node.js version to use
24
- node-version: 20
+ node-version: 24
25
26
- name: Install dependencies
27
run: cd docs && npm ci
.github/workflows/pull_request.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
0 commit comments