Explorar o código

ci: use yarn for consistency

George Cushen %!s(int64=4) %!d(string=hai) anos
pai
achega
1ae0fdbb74
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .github/workflows/build-test-site.yaml

+ 2 - 2
.github/workflows/build-test-site.yaml

@@ -33,11 +33,11 @@ jobs:
           node-version: ${{ matrix.node-version }}
 
       - name: Install JS dependencies
-        run: npm ci
+        run: rm -rf node_modules && yarn install --frozen-lockfile
         working-directory: ./wowchemy
 
       - name: Check for JS linting errors
-        run: npm lint:js
+        run: yarn run lint:js
         working-directory: ./wowchemy
 
   format: