Add lock file version check to CI (#7333)

* Add lock file version check to CI

* Update CHANGELOG.md

* Update ci.yml

* test failing check with lock file version 2

* Revert "test failing check with lock file version 2"

This reverts commit a5b4293f312942fea983e78c3c1ac4ee0690f9a5.
This commit is contained in:
Manuel
2021-04-10 02:25:26 +02:00
committed by GitHub
parent 50e55571fd
commit 45d00cee60
2 changed files with 11 additions and 0 deletions

View File

@@ -79,6 +79,16 @@ jobs:
- uses: actions/checkout@v2
- name: Build docker image
uses: docker/build-push-action@v2
check-lock-file-version:
name: NPM Lock File Version
timeout-minutes: 5
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Check NPM lock file version
uses: mansona/npm-lockfile-version@v1
with:
version: 1
check-mongo:
strategy:
matrix: