Skip to content

Commit 0e40a69

Browse files
committed
chore: update epicshop
1 parent a84167a commit 0e40a69

3 files changed

Lines changed: 25 additions & 26 deletions

File tree

.github/workflows/validate.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ jobs:
8383

8484
tests:
8585
name: 🧪 Test
86-
timeout-minutes: 15
86+
# Browser installation plus solution-app tests can exceed the setup budget.
87+
timeout-minutes: 30
8788
runs-on: ubuntu-latest
8889
steps:
8990
- name: ⬇️ Checkout repo
@@ -92,9 +93,7 @@ jobs:
9293
- name: ⎔ Setup node
9394
uses: actions/setup-node@v4
9495
with:
95-
# Playwright 1.51's browser install and test runner hang under Node 26.
96-
# The setup matrix above still validates the workshop under Node 26.
97-
node-version: 22
96+
node-version: 26
9897

9998
- name: 📦 Install dependencies
10099
run: npm ci

epicshop/package-lock.json

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

epicshop/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"test": "node test.js"
55
},
66
"dependencies": {
7-
"@epic-web/workshop-app": "^6.90.24",
8-
"@epic-web/workshop-utils": "^6.90.24",
7+
"@epic-web/workshop-app": "^6.90.28",
8+
"@epic-web/workshop-utils": "^6.90.28",
99
"enquirer": "^2.4.1",
10-
"epicshop": "^6.90.24",
10+
"epicshop": "^6.90.28",
1111
"execa": "^9.5.2",
1212
"match-sorter": "^8.0.0",
1313
"p-limit": "^6.2.0"

0 commit comments

Comments
 (0)