Skip to content

Commit b7431e3

Browse files
Merge branch 'simeonPetkov96-patch-1' into setup_coverege_requirements
2 parents 8b58298 + 75a770c commit b7431e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [18.17.0]
19+
node-version: [18.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:

jest.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ const config = {
1111
functions: 80,
1212
lines: 80,
1313
statements: 80,
14-
},
15-
},
14+
}
15+
}
1616
};
1717

1818
module.exports = config;

0 commit comments

Comments
 (0)