Test against Node 16

* Replaced node-sass dependency that isn't compatible with Node 16
* Added Node 16 to CI matrix
* Fixes #1894
This commit is contained in:
Steve Gravrock
2021-05-13 12:54:14 -07:00
parent b7c2a2f6fb
commit 8b38389d56
5 changed files with 292 additions and 130 deletions

View File

@@ -54,7 +54,7 @@ Jasmine tests itself across many browsers (Safari, Chrome, Firefox, Microsoft Ed
| Environment | Supported versions |
|-------------------|--------------------|
| Node | 10, 12, 14 |
| Node | 10, 12, 14, 16 |
| Safari | 8-14 |
| Chrome | Evergreen |
| Firefox | Evergreen, 68, 78 |