We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa55459 commit bf35080Copy full SHA for bf35080
1 file changed
.github/workflows/docs.yml
@@ -12,10 +12,11 @@ jobs:
12
uses: actions/checkout@v4
13
with:
14
persist-credentials: false
15
- - name: Install and Build 🔧
+ uses: actions/setup-node@v4
16
17
node-version: ${{ env.NODE_VERSION }}
18
check-latest: true
19
+ - name: Install and Build 🔧
20
run: | # Install packages and build the demo project
21
yarn install
22
yarn build-docs
0 commit comments