We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6789208 commit f1b3f84Copy full SHA for f1b3f84
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
nodejs:
12
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
node-version:
@@ -33,7 +33,7 @@ jobs:
33
- run: codecov -f coverage/*.json
34
35
browser:
36
37
38
39
browser: [ChromeHeadless, FirefoxHeadless]
.github/workflows/fuzz.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/setup-node@v2
20
with:
21
cache: npm
22
- node-version: "16"
+ node-version: "18"
23
24
- run: npm ci
25
- run: npm run test:fuzz
0 commit comments