ci(actions): fix sass-embedded

it seems that when caniuse-lite gets updated, sass-embedded will get
removed from cached node_modules
so we try to always re-install it perhaps
This commit is contained in:
Bobby Wibowo 2022-06-24 10:00:56 +07:00
parent 4e08be96a9
commit 5db35a1023
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF
2 changed files with 1 additions and 2 deletions

View File

@ -40,7 +40,6 @@ jobs:
run: npx browserslist@latest --update-db
- name: Install sass-embedded
if: steps.cache-nodemodules.outputs.cache-hit != 'true'
run: yarn add --pure-lockfile --non-interactive --dev sass-embedded && git restore package.json
- name: yarn build

View File

@ -1,5 +1,5 @@
{
"1": "1656039516",
"1": "1656039517",
"2": "1602515119",
"3": "1650485321",
"4": "1602515119",