From d99512155507c93ac65de1ef2d71b8e52a3cccf0 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 4 Jul 2021 10:48:14 +0200 Subject: [PATCH] GA: Attempt 2 to fix NPM deps install --- .github/workflows/browser_tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/browser_tests.yml b/.github/workflows/browser_tests.yml index 949b7c9a1..f84b6d557 100644 --- a/.github/workflows/browser_tests.yml +++ b/.github/workflows/browser_tests.yml @@ -48,10 +48,12 @@ jobs: - name: Roundcube configuration run: cp .github/config-test.inc.php config/config-test.inc.php - - name: Setup NPM and deps + - name: Setup NPM uses: actions/setup-node@v1 with: node-version: '12.x' + + - name: Setup NPM deps run: | npm install --force -g less npm install --force -g less-plugin-clean-css