Skip to content

Commit

Permalink
Upgrading to the latest Node LTS (#411)
Browse files Browse the repository at this point in the history
* Upgrading to the latest Node LTS
  • Loading branch information
SuperIzya authored Jul 12, 2024
1 parent 5d0de47 commit e24d691
Show file tree
Hide file tree
Showing 5 changed files with 2,871 additions and 3,050 deletions.
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

0 comments on commit e24d691

Please sign in to comment.