mirror of
https://github.com/gotson/komga.git
synced 2026-04-17 12:33:33 +02:00
get playwright version from package-lock.json
This commit is contained in:
parent
a622cd4348
commit
980bfde331
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup-playwright/action.yml
vendored
2
.github/actions/setup-playwright/action.yml
vendored
|
|
@ -11,7 +11,7 @@ runs:
|
|||
- name: Extract Playwright version
|
||||
id: playwright-version
|
||||
shell: bash
|
||||
run: echo "PLAYWRIGHT_VERSION=$(jq -r '.devDependencies.playwright' package.json)" >> $GITHUB_ENV
|
||||
run: echo "PLAYWRIGHT_VERSION=$(jq -r '.packages."".devDependencies.playwright' package-lock.json)" >> $GITHUB_ENV
|
||||
working-directory: ${{ inputs.working-directory }}
|
||||
|
||||
- name: Cache Playwright
|
||||
|
|
|
|||
Loading…
Reference in a new issue