Merge pull request #954 from PrivateBin/packagelock

Add missing package-json.lock
pull/956/head
El RIDO 2022-07-09 17:41:39 +02:00 committed by GitHub
commit 67fdd54ae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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