Skip to content

Commit 2730fcb

Browse files
authoredSep 9, 2023
fix ci (#88)
* fix ci * attempt * update `browser-run` * Revert "attempt" This reverts commit 3aff22c. * ugprade `browser-run`
1 parent 01f5097 commit 2730fcb

File tree

3 files changed

+614
-599
lines changed

3 files changed

+614
-599
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
with:
1515
node-version: ${{ matrix.node }}
1616
- run: npm ci
17-
- run: sudo apt-get install xvfb
18-
- run: xvfb-run --auto-servernum npm test
17+
- run: xvfb-run npm test
18+
timeout-minutes: 5

‎package-lock.json

+611-596
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@juliangruber/tap-finished": "0.0.2",
19-
"browser-run": "^10.1.0",
19+
"browser-run": "^12.0.0",
2020
"through": "^2.3.8",
2121
"throughout": "0.0.0",
2222
"yargs": "^17.4.1"

0 commit comments

Comments
 (0)
Please sign in to comment.