Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrading to the latest Node LTS #411

Merged
merged 12 commits into from
Jul 12, 2024
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ parameters:
node_version:
type: string
# This should match with the cimg/node version
default: "18.18.0"
default: "20.15.0"

executors:
machine_runner:
machine:
image: ubuntu-2204:2023.10.1
browserstack_runner:
docker:
- image: cimg/node:18.18
- image: cimg/node:20.15
resource_class: liveintent/browserstack
node_runner:
docker:
Expand Down
Loading
Loading