Skip to content

Commit c9014ef

Browse files
authored
Use node-qunit-puppeteer for CI tests (#229)
* Use node-qunit-puppeteer for CI tests I had previously forked the project as it was falling behind, but it's since been more actively maintained so it should be safe to use, and will give us a newer version of Chromium. Should fix #227 * Use Ubuntu 22.04
1 parent 87d7216 commit c9014ef

File tree

3 files changed

+1386
-417
lines changed

3 files changed

+1386
-417
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push]
55
jobs:
66
build:
77

8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99

1010
strategy:
1111
matrix:

0 commit comments

Comments
 (0)