Skip to content

Commit

Permalink
add job workflow for build testing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
otani88 committed Feb 7, 2024
1 parent 6af93f2 commit d947f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
cache: npm
- name: Install dependencies
working-directory: ./packages/testing-docs
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit d947f6a

Please sign in to comment.