Skip to content

Commit

Permalink
Merge pull request #19 from Comandeer/t/11
Browse files Browse the repository at this point in the history
  • Loading branch information
Comandeer authored Jul 16, 2023
2 parents 882f09a + 91458f1 commit 9892a5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
node: [ '16', '18', '20' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm test
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3

0 comments on commit 9892a5d

Please sign in to comment.