Skip to content

Commit cc1eed0

Browse files
authored
Merge pull request #3616 from ProjectMirador/checkinLock
Add the lockfile to the repo
2 parents 9168643 + 24bf8c5 commit cc1eed0

3 files changed

Lines changed: 26858 additions & 2 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
- run: npm install -g codecov
26-
- run: npm install
26+
- run: npm ci
2727
- run: npm test
2828
- run: codecov

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
dist/
22
coverage/
33
node_modules/
4-
package-lock.json
54
*.log
65
*.tgz

0 commit comments

Comments
 (0)