Skip to content

Commit d51d836

Browse files
committed
fix: npm install for docs workflow
1 parent 0346de6 commit d51d836

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish-docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v4
1414

15+
- uses: actions/setup-node@v4
16+
with:
17+
node-version: 20
18+
- uses: bahmutov/npm-install@v1
19+
1520
- name: Build docs
1621
run: yarn build:docs
1722

0 commit comments

Comments
 (0)