Skip to content

Commit

Permalink
fix: update CI node version
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Oct 31, 2023
1 parent 5038ea2 commit 1ead725
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [^14, ^16, ^18]
node-version: [^16, ^18, ^20]
steps:
- uses: actions/checkout@v3

Expand All @@ -16,14 +16,6 @@ jobs:
- run: yarn install
- run: yarn lint
- run: yarn test
# TODO: no test cases
# - run: yarn coverage
# - name: Coveralls
# uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# flag-name: run-${{ matrix.node-version }}
# parallel: true

semantic-release:
needs: [test]
Expand All @@ -48,14 +40,3 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

# TODO: no test cases
# finish:
# needs: test
# runs-on: ubuntu-latest
# steps:
# - name: Coveralls Finished
# uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.github_token }}
# parallel-finished: true

0 comments on commit 1ead725

Please sign in to comment.