Skip to content

Commit

Permalink
updated coveralls github action to node v 20
Browse files Browse the repository at this point in the history
  • Loading branch information
aubreyquinn committed Sep 27, 2024
1 parent 2ba95a3 commit cd95865
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Use Node.js 16.x
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x

- name: npm install, make test-coverage
run: |
npm install
make test-coverage
- name: Coveralls
uses: coverallsapp/github-action@v2
uses: coverallsapp/github-action@v2.3.0

0 comments on commit cd95865

Please sign in to comment.