Skip to content

Commit

Permalink
chore: Update actions && npm update
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed Mar 17, 2024
1 parent 1e0a360 commit 0769e2e
Show file tree
Hide file tree
Showing 2 changed files with 2,094 additions and 2,795 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
strategy:
max-parallel: 4
matrix:
node-version: [ 18.x, 20.x ]
node-version: [ 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
Loading

0 comments on commit 0769e2e

Please sign in to comment.