Commit a80e9e6

Anton Medvedev <anton@medv.io>
2022-02-26 10:08:41
Use npm i as there is no more lock file
1 parent 580a2fd
Changed files (2)
.github/workflows/npm-publish.yml
@@ -12,7 +12,7 @@ jobs:
       - uses: actions/setup-node@v2
         with:
           node-version: 14
-      - run: npm ci
+      - run: npm i
       - run: npm test
       - run: echo "//wombat-dressing-room.appspot.com/:_authToken=$AUTH_TOKEN" >> .npmrc
         env:
.github/workflows/test.yml
@@ -21,5 +21,5 @@ jobs:
       uses: actions/setup-node@v2
       with:
         node-version: ${{ matrix.node-version }}
-    - run: npm ci
+    - run: npm i
     - run: npm test