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 6407e61 commit b3a0ca3Copy full SHA for b3a0ca3
.github/workflows/docs.yml
@@ -5,7 +5,7 @@ on:
5
push:
6
branches: [main]
7
paths:
8
- - "docs/**"
+ - 'docs/**'
9
# trigger deployment manually
10
workflow_dispatch:
11
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/setup-node@v4
24
with:
25
# choose node.js version to use
26
- node-version: "18"
+ node-version: '20'
27
28
# cache node_modules
29
- name: Cache dependencies
0 commit comments