From 4cd742c554a1863afadb858cea1194da87104206 Mon Sep 17 00:00:00 2001 From: fikyair Date: Tue, 6 Jul 2021 11:42:23 +0800 Subject: [PATCH] ci: chromatic --- .github/workflows/chromatic.yml | 1 + .travis.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 46a9371b..9c0082bb 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -15,6 +15,7 @@ jobs: # Job steps steps: - uses: actions/checkout@v2 + - run: npm rebuild node-sass - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: diff --git a/.travis.yml b/.travis.yml index 508720e9..cc0146aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +# 20210706 弃用 language: node_js node_js: - 14.x