Skip to content

Commit b24f350

Browse files
authored
ci(jest): add node 15 to test matrix
1 parent 75291f2 commit b24f350

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/jest.yml

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

1111
strategy:
1212
matrix:
13-
node_version: [10, 12, 14]
13+
node_version: [10, 12, 14, 15]
1414
os: [ubuntu-latest, windows-latest, macos-latest]
1515

1616
steps:

0 commit comments

Comments
 (0)