Fix Node 20 tests: always use NodeCrypto over WebCrypto (#1692)

This is also to uniform behaviour across Node versions for now.
This commit is contained in:
larabr
2023-10-12 10:10:28 +02:00
committed by GitHub
parent 96d6e76c05
commit 410dbcf1d5
6 changed files with 27 additions and 27 deletions

View File

@@ -30,7 +30,7 @@ jobs:
node:
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
name: Node ${{ matrix.node-version }}