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
1 changed files with 1 additions and 1 deletions

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