Skip to content

Commit

Permalink
Merge pull request #39 from biothings/fix-tests
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
tokebe authored Sep 27, 2024
2 parents 24b8192 + 1b5a441 commit 12a862b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Use Node.js 18.x
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/jest": "^26.0.24",
"@types/js-yaml": "^4.0.8",
"@types/lodash": "^4.14.200",
"@types/node": "^14.18.63",
"@types/node": "^22.7.4",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"coveralls": "^3.1.1",
Expand Down

0 comments on commit 12a862b

Please sign in to comment.