From: Jeremy Thomas Date: Sat, 30 Oct 2021 22:48:54 +0000 (+0100) Subject: Use npm install X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=2878a0e8a609959c3ead73b5ca55d0d6aa5fb44c;p=thirdparty%2Fbulma.git Use npm install --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b4316ea08..447630fff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,3 +10,5 @@ jobs: # and run all Cypress tests - name: Cypress run uses: cypress-io/github-action@v2 + with: + install-command: npm install