Explorar o código

gh action, use npm ci

Alexander Rose %!s(int64=3) %!d(string=hai) anos
pai
achega
e9d485ca85
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/node.yml

+ 1 - 1
.github/workflows/node.yml

@@ -10,7 +10,7 @@ jobs:
     - uses: actions/setup-node@v2
       with:
         node-version: 14
-    - run: yarn install
+    - run: npm ci
     - run: sudo apt-get install xvfb
     - name: ESLint
       run: npm run lint