mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
chore: update preview build workflow (#113)
This commit is contained in:
parent
38800737fa
commit
77a04967dc
6
.github/workflows/preview-build.yml
vendored
6
.github/workflows/preview-build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user