Skip to content

Commit bf35080

Browse files
committed
ci: update docs workflow
1 parent fa55459 commit bf35080

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ jobs:
1212
uses: actions/checkout@v4
1313
with:
1414
persist-credentials: false
15-
- name: Install and Build 🔧
15+
uses: actions/setup-node@v4
1616
with:
1717
node-version: ${{ env.NODE_VERSION }}
1818
check-latest: true
19+
- name: Install and Build 🔧
1920
run: | # Install packages and build the demo project
2021
yarn install
2122
yarn build-docs

0 commit comments

Comments
 (0)