Skip to content

Commit ad5767d

Browse files
committed
fix CI settings; no node 14 testing
1 parent 715c2a4 commit ad5767d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
strategy:
1414
matrix:
1515
node-version:
16-
- '14'
1716
- '16'
1817
- '18'
1918
- '20'
@@ -44,7 +43,7 @@ jobs:
4443
uses: actions/setup-node@v2
4544
with:
4645
cache: npm
47-
node-version: '16'
46+
node-version: '18'
4847
- run: npm install -g npm
4948
- run: npm ci
5049
- run: npm run test:browser -- --browsers ${{ matrix.browser }}

.github/workflows/fuzz.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ jobs:
2121
cache: npm
2222
node-version: "18"
2323

24+
- run: npm install -g npm
2425
- run: npm ci
2526
- run: npm run test:fuzz

0 commit comments

Comments
 (0)