diff options
| author | LukeParkerDev <[email protected]> | 2026-04-15 09:32:54 +1000 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-04-14 20:55:42 -0400 |
| commit | 02f8a24e23cfe7398d30db585dba67f589a5a8e7 (patch) | |
| tree | 2fa0ab9369286d3caeb8de0324f7b83c4011904d /.github/workflows/test.yml | |
| parent | 467e5689ec6187f811afacc337d411863dc9e9ca (diff) | |
| download | opencode-02f8a24e23cfe7398d30db585dba67f589a5a8e7.tar.gz opencode-02f8a24e23cfe7398d30db585dba67f589a5a8e7.zip | |
Update test.yml
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 510f68254..69a3a1a2d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -121,7 +121,7 @@ jobs: - name: Read Playwright version id: playwright-version run: | - version=$(node -e 'console.log(require("./packages/app/package.json").devDependencies["@playwright/test"])') + version=$(node -e 'console.log(require("./package.json").workspaces.catalog["@playwright/test"])') echo "version=$version" >> "$GITHUB_OUTPUT" - name: Cache Playwright browsers |
