Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unpin Node version in CircleCI
Browse files Browse the repository at this point in the history
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
@@ -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 >>

0 comments on commit 757fcb4

Please sign in to comment.