Skip to content

Commit

Permalink
Unpin Node version in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrozenberg authored and erwinmombay committed Feb 19, 2024
1 parent c6284f1 commit 757fcb4
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 @@ -101,7 +101,7 @@ commands:
default: false
node-version:
type: string
default: '18' # TODO(wg-infra): restore this to 'lts' once #39510 is fixed.
default: 'lts/*'
steps:
- unless:
condition: << parameters.is-initializing-job >>
Expand Down

0 comments on commit 757fcb4

Please sign in to comment.