Skip to content

Commit

Permalink
chore: upgrade CI pipeline actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
HaaLeo committed Feb 1, 2024
1 parent 6c32e64 commit f76d726
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- 20
steps:
- name: Checkout Source
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Node ${{ matrix.node }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Install Dependencies
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Generate Coverage Report
run: npm run coverage
- name: Upload Coverage Report
uses: coverallsapp/github-action@1.1.3
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
Expand All @@ -56,7 +56,7 @@ jobs:
needs: build-lint-test
steps:
- name: Let Coveralls know that all tests have finished
uses: coverallsapp/github-action@1.1.3
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
Expand Down

0 comments on commit f76d726

Please sign in to comment.