Match installation from yarn.lock
This commit is contained in:
parent
49b0b6e1a2
commit
82893ece0a
|
@ -66,7 +66,7 @@ jobs:
|
||||||
- name: Install node modules
|
- name: Install node modules
|
||||||
run: |
|
run: |
|
||||||
npm i -g yarn
|
npm i -g yarn
|
||||||
yarn install
|
yarn install --frozen-lockfile
|
||||||
- name: Compile assets
|
- name: Compile assets
|
||||||
run:
|
run:
|
||||||
bundle exec rake assets:precompile
|
bundle exec rake assets:precompile
|
||||||
|
|
Loading…
Reference in New Issue