Skip to content

Commit f516dd9

Browse files
authored
Merge 0f81465 into 52cd8d4
2 parents 52cd8d4 + 0f81465 commit f516dd9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ on:
77
branches:
88
- '**'
99
jobs:
10+
check-lock-file-version:
11+
name: NPM Lock File Version
12+
timeout-minutes: 5
13+
runs-on: ubuntu-18.04
14+
steps:
15+
- uses: actions/checkout@v2
16+
- name: Check NPM lock file version
17+
uses: mansona/npm-lockfile-version@v1
18+
with:
19+
version: 1
1020
build:
1121
runs-on: ubuntu-18.04
1222
timeout-minutes: 30

0 commit comments

Comments
 (0)