Skip to content

Commit

Permalink
Merge pull request #137 from kikuomax/bump-circleci-node
Browse files Browse the repository at this point in the history
Fix: Circle CI Build Failure (#136)
  • Loading branch information
Wesley Ford authored Oct 2, 2023
2 parents 923ce8f + acd1089 commit eff99a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
working_directory: ~/repo
docker:
# specify the version you desire here
- image: circleci/node:8.10-browsers
- image: cimg/node:18.18-browsers
steps:
# Checkout repository
- checkout
Expand All @@ -27,7 +27,7 @@ jobs:
# Test
- run:
name: Tests
command: yarn test
command: NODE_OPTIONS=--openssl-legacy-provider yarn test

# Coverage
- run:
Expand Down

0 comments on commit eff99a7

Please sign in to comment.