Explorar o código

chore: workflows for npm

Ryan Chandler %!s(int64=4) %!d(string=hai) anos
pai
achega
9dadd11a40
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      .github/workflows/tests.yml

+ 3 - 3
.github/workflows/tests.yml

@@ -22,10 +22,10 @@ jobs:
           node-version: ${{ matrix.node-version }}
 
       - name: Install dependencies
-        run: yarn install --frozen-lockfile
+        run: npm ci
 
       - name: Build files
-        run: yarn build
+        run: npm run build
 
       - name: Run test suite
-        run: yarn test
+        run: npm run test