Skip to content

Commit

Permalink
test: Disabling latest node 17
Browse files Browse the repository at this point in the history
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
  • Loading branch information
mnater committed Nov 5, 2021
1 parent 324ef3a commit 4f98f72
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ orbs:
workflows:
matrix-tests:
jobs:
- node/test:
version: current
pkg-manager: npm
# Disabling latest node 17, because of tap-js error
#- node/test:
# version: current
# pkg-manager: npm
- node/test:
version: lts
pkg-manager: npm
Expand Down

0 comments on commit 4f98f72

Please sign in to comment.