Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

Commit 2e2e460

Browse files
authored
ci: use yarn (#707)
1 parent 51e3aa5 commit 2e2e460

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Vue-docs CI
22

3-
on:
3+
on:
44
push:
55
branches:
66
- master
@@ -22,8 +22,8 @@ jobs:
2222
- name: 2. install dep
2323
run: |
2424
rm -rf node_modules
25-
npm install
26-
npm run build
25+
yarn --frozen-lockfile
26+
yarn build
2727
env:
2828
CI: true
2929

0 commit comments

Comments
 (0)