Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bats-core/bats-assert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schulze <37703201+martin-schulze-vireso@users.noreply.github.com>2021-12-10 02:12:19 +0300
committerGitHub <noreply@github.com>2021-12-10 02:12:19 +0300
commitd8124d75fc226eba264729a32ee3b5b37a44be3f (patch)
tree46cea1553b2e8dbd57ed156242599d895bd12940
parentd8d97112d52d15a2aa194e0fb3243584d2c9b7a5 (diff)
Don't require package-log.json
-rw-r--r--.github/workflows/node.js.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml
index 2c379b6..46a1d2e 100644
--- a/.github/workflows/node.js.yml
+++ b/.github/workflows/node.js.yml
@@ -23,5 +23,5 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- - run: npm ci
+ - run: npm install
- run: npm test