Skip to content

Commit

Permalink
test: bump CircleCI node to v18.18
Browse files Browse the repository at this point in the history
- It seems CircleCI has not been working since a while ago, because some
  dependencies require a newer Node than v8.x. Bumps the Node version to
  the current LTS version v18.18. However, this may break existing
  tests.
  • Loading branch information
kikuomax committed Oct 2, 2023
1 parent 923ce8f commit baa5478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 Down

0 comments on commit baa5478

Please sign in to comment.