Skip to content

Commit

Permalink
add npm lock file version check (#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Apr 14, 2021
1 parent 52cd8d4 commit 16b45fd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -7,6 +7,16 @@ on:
branches:
- '**'
jobs:
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
build:
runs-on: ubuntu-18.04
timeout-minutes: 30
Expand Down

0 comments on commit 16b45fd

Please sign in to comment.