Match installation from yarn.lock

This commit is contained in:
Andreas Nedbal 2020-12-25 14:16:34 +01:00 committed by Andreas Nedbal
parent 49b0b6e1a2
commit 82893ece0a

View file

@ -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