Skip to content

Commit 96f729d

Browse files
Drop coverage+coveralls
1 parent e776150 commit 96f729d

File tree

3 files changed

+3
-1485
lines changed

3 files changed

+3
-1485
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
12+
node-version: [14.x, 16.x, 18.x, 20.x]
1313
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1414
steps:
1515
- uses: actions/checkout@v3
@@ -20,4 +20,4 @@ jobs:
2020
cache: 'npm'
2121
- run: npm ci
2222
- run: npm run build
23-
- run: npm run coveralls
23+
- run: npm run test

0 commit comments

Comments
 (0)