mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 14:49: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
|
- 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 a new issue