mirror of
https://github.com/woodchen-ink/md-wechat.git
synced 2025-07-18 05:32:02 +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…
x
Reference in New Issue
Block a user