Skip to content

Commit

Permalink
Bumpo GH Actions to use Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jreyesr committed May 22, 2024
1 parent d9f141f commit 49f9b41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- run: npm ci
- run: npm test --coverage
- name: Coveralls
uses: coverallsapp/github-action@v1

0 comments on commit 49f9b41

Please sign in to comment.