chore: bump node to v16.11.1 (main) (#31369)

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
electron-roller[bot] 2021-10-14 09:43:48 +02:00 committed by GitHub
parent bc3198ed81
commit 6c5fbe3566
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 102 additions and 75 deletions

View file

@ -330,7 +330,7 @@ describe('node feature', () => {
expect(() => {
crypto.createPrivateKey({ key: ed448, format: 'jwk' });
}).to.throw(/Failed to create key - unsupported algorithm/);
}).to.throw(/Invalid JWK data/);
});
});