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 e02881d commit 878be69Copy full SHA for 878be69
.github/workflows/docs.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Setup Node.js
25
uses: actions/setup-node@v4
26
with:
27
- node-version: '20'
+ node-version: '22'
28
enable-global-cache: true
29
30
- name: Clone docs repository
.github/workflows/run-tests.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: node
19
20
21
- node-version: 20.9.0
22
23
- name: Deps
run: |
0 commit comments