Skip to content

Commit

Permalink
chore: update preview build workflow (doocs#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme authored Dec 3, 2021
1 parent 3880073 commit 77a0496
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: set up node
uses: actions/setup-node@v2
with:
node-version: "12"
check-latest: true

- name: build
run: |
npm install
Expand Down

0 comments on commit 77a0496

Please sign in to comment.