Skip to content

Commit f1b3f84

Browse files
committed
update CI environments
1 parent 6789208 commit f1b3f84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
nodejs:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
1515
node-version:
@@ -33,7 +33,7 @@ jobs:
3333
- run: codecov -f coverage/*.json
3434

3535
browser:
36-
runs-on: ubuntu-20.04
36+
runs-on: ubuntu-latest
3737
strategy:
3838
matrix:
3939
browser: [ChromeHeadless, FirefoxHeadless]

.github/workflows/fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-node@v2
2020
with:
2121
cache: npm
22-
node-version: "16"
22+
node-version: "18"
2323

2424
- run: npm ci
2525
- run: npm run test:fuzz

0 commit comments

Comments
 (0)