Skip to content

Commit

Permalink
chore: Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed Mar 17, 2024
1 parent 2f98357 commit 0515092
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
node-version: [ 18.x, 20.x ]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -27,7 +27,7 @@ jobs:
npm test -- --code-coverage
- name: Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage/lcov.info

0 comments on commit 0515092

Please sign in to comment.