Skip to content

Commit

Permalink
set entryPoint on package json checkers
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-funk committed Jul 26, 2023
1 parent 48c08e7 commit b6b4501
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,19 @@ jobs:
name: npm Lockfile Version (client)
uses: mansona/npm-lockfile-version@v1
with:
path: ./client
entryPoint: ./client
version: 2
-
name: npm Lockfile Version (common)
uses: mansona/npm-lockfile-version@v1
with:
path: ./common
entryPoint: ./common
version: 2
-
name: npm Lockfile Version (server)
uses: mansona/npm-lockfile-version@v1
with:
path: ./server
entryPoint: ./server
version: 2
-
name: Cache Dependencies
Expand Down

0 comments on commit b6b4501

Please sign in to comment.