Skip to content

Commit

Permalink
ci: use legacy openssl provider for node 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
owenpearson committed Jan 18, 2023
1 parent 8fa9b18 commit c38c093
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
fail-fast: false
matrix:
node-version: [14.x, 16.x, 18.x]
include:
- node-version: 18.x
node-options: --openssl-legacy-provider
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -24,7 +27,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: NODE_OPTIONS=${{ matrix.node-options }} npm ci
- run: npm run test:node
env:
CI: true

0 comments on commit c38c093

Please sign in to comment.