mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 09:19:08 +01:00
Match installation from yarn.lock
This commit is contained in:
parent
49b0b6e1a2
commit
82893ece0a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/retrospring.yml
vendored
2
.github/workflows/retrospring.yml
vendored
|
@ -66,7 +66,7 @@ jobs:
|
|||
- name: Install node modules
|
||||
run: |
|
||||
npm i -g yarn
|
||||
yarn install
|
||||
yarn install --frozen-lockfile
|
||||
- name: Compile assets
|
||||
run:
|
||||
bundle exec rake assets:precompile
|
||||
|
|
Loading…
Reference in a new issue