Skip to content

Commit 94f1762

Browse files
committed
Add lock file version check to CI
1 parent bf732b9 commit 94f1762

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,14 @@ jobs:
7979
- uses: actions/checkout@v2
8080
- name: Build docker image
8181
uses: docker/build-push-action@v2
82+
check-lock-file-version:
83+
name: NPM Lock File Version
84+
timeout-minutes: 5
85+
steps:
86+
- uses: actions/checkout@v2
87+
- uses: mansona/npm-lockfile-version@v1
88+
with:
89+
version: 1
8290
check-mongo:
8391
strategy:
8492
matrix:

0 commit comments

Comments
 (0)