Skip to content

Commit aca6866

Browse files
authored
Update test infra (#680)
* Update jest to latest version: v29.8.0 -> v30.2.0 * Update puppeteer to latest version: v24.2.1 -> v24.30.0 * Add --openssl-legacy-provider also for local testing
1 parent 18843c1 commit aca6866

File tree

3 files changed

+2242
-1474
lines changed

3 files changed

+2242
-1474
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@ jobs:
1111
matrix:
1212
node:
1313
- version: 20.x
14-
env: NODE_OPTIONS=--openssl-legacy-provider
1514
- version: 22.x
16-
env: NODE_OPTIONS=--openssl-legacy-provider
1715
- version: 24.x
18-
env: NODE_OPTIONS=--openssl-legacy-provider
1916
runs-on: ubuntu-22.04
2017
name: Tests on Node.js v${{ matrix.node.version }}
2118
steps:

0 commit comments

Comments
 (0)