We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a09dd commit 63d6d86Copy full SHA for 63d6d86
.github/workflows/deploy-docs.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Setup node
22
uses: actions/setup-node@v4
23
with:
24
- node-version: '18'
+ node-version: '18.20.7'
25
- name: Build docs
26
run: cd web && yarn install && yarn run build
27
- name: Commit and push changes
0 commit comments