Skip to content

Commit

Permalink
chore: codecov fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Oct 9, 2024
1 parent 7a71092 commit 5ac9a66
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -12,14 +12,14 @@ jobs:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.x'
cache: 'pnpm'
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"test": "run-s test:*",
"test:lint": "eslint . --ext .ts",
"test:prettier": "prettier \"{lib,test}/**/*.ts\" --list-different",
"test:cov": "jest --ci --coverage && codecov",
"test:unit": "jest"
},
"engines": {
Expand Down

0 comments on commit 5ac9a66

Please sign in to comment.