Skip to content

Commit

Permalink
use package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed May 28, 2024
1 parent f2e4394 commit 16c16d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
id: parse_server
shell: bash
run: |
VERSION=$(cat ./server/package.json | jq -r '.version')
VERSION=$(cat ./server/package-lock.json | jq -r '.version')
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
echo "Will test @scrypted/server@$VERSION"
- name: Install scrypted server
uses: scryptedapp/setup-scrypted@v0.0.2
Expand Down

0 comments on commit 16c16d4

Please sign in to comment.