Merge pull request #954 from PrivateBin/packagelock

Add missing package-json.lock
This commit is contained in:
El RIDO
2022-07-09 17:41:39 +02:00
committed by GitHub
2 changed files with 1787 additions and 2 deletions

View File

@@ -106,13 +106,13 @@ jobs:
with:
node-version: '12'
cache: 'npm'
cache-dependency-path: 'js/package.json'
cache-dependency-path: 'js/package-lock.json'
- name: Setup Mocha
run: npm install -g mocha
- name: Setup Node modules
run: npm install
run: npm ci
working-directory: js
- name: Run unit tests

1785
js/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff