Skip to content

Commit 7a60b37

Browse files
authored
Merge pull request #87 from simonihmig/add-node-14
Add node 14 to test matrix
2 parents b3970c9 + b3ad6f6 commit 7a60b37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

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

3333
strategy:
3434
matrix:
35-
node: ['10', '12', '13']
35+
node: ['10', '12', '13', '14']
3636
os: [ubuntu-latest, macOS-latest]
3737

3838
steps:

0 commit comments

Comments
 (0)