Skip to content

Commit 54408a5

Browse files
committed
Update dependencies
1 parent 3b84428 commit 54408a5

File tree

3 files changed

+8138
-8980
lines changed

3 files changed

+8138
-8980
lines changed

.github/workflows/test.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [12.x, 14.x, 15.x]
12+
node-version: [14.x, 16.x, 18.x]
1313

1414
steps:
1515
- uses: actions/checkout@v2
@@ -20,5 +20,8 @@ jobs:
2020
- run: npm ci
2121
- run: npm run lint
2222
- run: npm run test:coverage
23+
if: ${{ matrix.node-version != '18.x' }}
24+
- run: npm run test:coverage
25+
if: ${{ matrix.node-version == '18.x' }}
2326
env:
24-
CI: true
27+
NODE_OPTIONS: --openssl-legacy-provider

0 commit comments

Comments
 (0)