Skip to content

Commit 9d6fb3c

Browse files
committed
make sure we don't downgrade the package-lock file
1 parent e19725d commit 9d6fb3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- name: Check out a copy of the repo
2323
uses: actions/checkout@v2
2424

25+
- uses: mansona/npm-lockfile-version@v1
26+
2527
- name: Use Node.js ${{ env.NODE_VERSION }}
2628
uses: actions/setup-node@v2-beta
2729
with:

0 commit comments

Comments
 (0)