Skip to content

Commit 94cf85b

Browse files
committed
Update ci.yml
1 parent 8293510 commit 94cf85b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,11 @@ jobs:
8282
check-lock-file-version:
8383
name: NPM Lock File Version
8484
timeout-minutes: 5
85+
runs-on: ubuntu-18.04
8586
steps:
8687
- uses: actions/checkout@v2
87-
- uses: mansona/npm-lockfile-version@v1
88+
- name: Check NPM lock file version
89+
uses: mansona/npm-lockfile-version@v1
8890
with:
8991
version: 1
9092
check-mongo:

0 commit comments

Comments
 (0)