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 715c2a4 commit ad5767dCopy full SHA for ad5767d
.github/workflows/ci.yml
@@ -13,7 +13,6 @@ jobs:
13
strategy:
14
matrix:
15
node-version:
16
- - '14'
17
- '16'
18
- '18'
19
- '20'
@@ -44,7 +43,7 @@ jobs:
44
43
uses: actions/setup-node@v2
45
with:
46
cache: npm
47
- node-version: '16'
+ node-version: '18'
48
- run: npm install -g npm
49
- run: npm ci
50
- run: npm run test:browser -- --browsers ${{ matrix.browser }}
.github/workflows/fuzz.yml
@@ -21,5 +21,6 @@ jobs:
21
22
node-version: "18"
23
24
+ - run: npm install -g npm
25
26
- run: npm run test:fuzz
0 commit comments