From 82893ece0aef818c41baee7eb76e16b0efb58af6 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Fri, 25 Dec 2020 14:16:34 +0100 Subject: [PATCH] Match installation from yarn.lock --- .github/workflows/retrospring.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/retrospring.yml b/.github/workflows/retrospring.yml index 5bab1c83..3be1995a 100644 --- a/.github/workflows/retrospring.yml +++ b/.github/workflows/retrospring.yml @@ -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