Skip to content

Commit

Permalink
Change versions tests run on
Browse files Browse the repository at this point in the history
  • Loading branch information
Oli Girling committed Sep 24, 2023
1 parent 6e358b8 commit 754acd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 13.x, 14.x, 15.x, 16.x, 18.x]
node-version: [14.x, 15.x, 16.x, 18.x]

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"version": "1.1.1",
"scripts": {
"test": "jest --coverage --collectCoverageFrom='src/**'"
"test": "jest --coverage --collectCoverageFrom='./src/**'"
},
"dependencies": {
"node-fetch": "^2.7.0"
Expand Down

0 comments on commit 754acd9

Please sign in to comment.