summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authoryaling888 <[email protected]>2022-05-06 06:20:54 +0800
committeryaling888 <[email protected]>2022-05-06 06:20:54 +0800
commit1818b1ab5189df197d8a77a5331da43b8580404e (patch)
treea70755941e4348aac96c95e76c25695e45eb429c /.github/workflows
parent078fc54886ff8ff307dccda0cfb60afef83c3294 (diff)
fix: actions build
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/push.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index 6614746..a690651 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -27,14 +27,9 @@ jobs:
${{ runner.os }}-yarn-
- name: Install
- run: |
- yarn
- npx browserslist@latest --update-db
- yarn upgrade
-
+ run: yarn
- name: Lint
run: yarn lint
-
- name: Build
run: yarn build