Skip to content

Commit

Permalink
fix: adjust package version dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz committed Apr 29, 2024
1 parent 53b9cfd commit 067170b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
run: npm run build

- name: Unit Tests
working-directory: ./src
working-directory: ./
run: npm run test
env:
CI: true

- name: Run Code Coverage
working-directory: ./src
working-directory: ./
run: npm run coverage

- name: Upload coverage reports to Codecov
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@types/yargs": "17.0.22",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/coverage-v8": "1.4.0",
"chalk": "4.1.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
Expand Down

0 comments on commit 067170b

Please sign in to comment.