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
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: with:
node-version: '12' node-version: '12'
cache: 'npm' cache: 'npm'
cache-dependency-path: 'js/package.json' cache-dependency-path: 'js/package-lock.json'
- name: Setup Mocha - name: Setup Mocha
run: npm install -g mocha run: npm install -g mocha
- name: Setup Node modules - name: Setup Node modules
run: npm install run: npm ci
working-directory: js working-directory: js
- name: Run unit tests - name: Run unit tests

1785
js/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff