Allow node16 build to fail for now

This commit is contained in:
Nick O'Leary 2021-04-23 14:30:50 +01:00
parent 719aea2a58
commit dd12572b1d
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ matrix:
- node_js: "12"
script:
- ./node_modules/.bin/grunt no-coverage
allow_failures:
- node_js: "16"
script:
- ./node_modules/.bin/grunt no-coverage