Match installation from yarn.lock
This commit is contained in:
parent
49b0b6e1a2
commit
82893ece0a
|
@ -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 New Issue