Skip to content

Commit

Permalink
feat: add node 18 and 20 to build matrix, remove node 12 orphaned code
Browse files Browse the repository at this point in the history
  • Loading branch information
kttkjl committed Sep 13, 2023
1 parent ea3af9c commit ba3f256
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16]
node: [16, 18, 20]
name: node-${{ matrix.node }}
steps:
- uses: actions/checkout@v2
Expand All @@ -21,12 +21,10 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
files: coverage/junit.xml
if: matrix.node == 12
- uses: codecov/codecov-action@v1
with:
yml: codecov.yml
token: ${{ secrets.CODECOV_TOKEN }}
if: matrix.node == 12
docker:
runs-on: ubuntu-latest
name: docker-build
Expand Down

0 comments on commit ba3f256

Please sign in to comment.