Skip to content

Commit

Permalink
build: back off codecov (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Oct 23, 2023
1 parent 0a79b24 commit 7170e30
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14, 16, 18]
node: [14, 16, 18, 20]
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/setup-node@v3
Expand All @@ -24,7 +24,7 @@ jobs:
- run: npm install
- run: npm test
- name: coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
name: actions ${{ matrix.node }}
lint:
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: npm install
- run: npm run lint
license_check:
Expand All @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: npm install
- run: npm run license-check
release:
Expand All @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: npm install
- run: npm run compile
- run: npx semantic-release
Expand Down

0 comments on commit 7170e30

Please sign in to comment.