Skip to content

Commit 054f662

Browse files
committed
chore: update dependencies and drop Chrome pre-install workaround
twd-cli 1.1.15 ships puppeteer ^25.1.0, matching what the shared action installs, so the pinned pre-install step is no longer needed.
1 parent 46c38c3 commit 054f662

3 files changed

Lines changed: 8 additions & 18 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,6 @@ jobs:
3838
# The shared action installs Chrome via puppeteer@latest, which can
3939
# drift from twd-cli's pinned puppeteer (e.g. puppeteer 25 installs
4040
# Chrome 149 while twd-cli needs 148).
41-
# Install the Chrome version twd-cli's puppeteer (^24.43.0) expects.
42-
# Pin the puppeteer version explicitly: the shared action installs via
43-
# puppeteer@latest, which drifts to a different Chrome on new majors.
44-
# --ignore-scripts skips puppeteer's postinstall, which leaves partial
45-
# Chrome folders in CI. Same pattern as web-checkout's workflow.
46-
- name: Install Chrome for twd-cli
47-
run: |
48-
rm -rf ~/.cache/puppeteer
49-
npx -y --ignore-scripts puppeteer@24.43.1 browsers install chrome
50-
5141
- name: Run TWD tests
5242
uses: BRIKEV/twd-cli/.github/actions/run@main
5343
with:

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"npm-run-all": "^4.1.5",
4747
"nyc": "^18.0.0",
4848
"twd-js": "^1.8.1",
49-
"twd-relay": "^1.2.2",
49+
"twd-relay": "^1.2.3",
5050
"typescript": "^6.0.3",
5151
"vite": "^8.0.12",
5252
"vite-plugin-istanbul": "^8.0.0",

0 commit comments

Comments
 (0)