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 committed Feb 8, 2024
1 parent 84fea95 commit edcf1cb
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 @@ -97,7 +97,7 @@ commands:
parameters:
node-version:
type: string
default: '18' # TODO(wg-infra): restore this to 'lts' once #39510 is fixed.
default: 'lts/*'
steps:
- restore_cache:
name: 'Restore nvm Cache'
Expand Down

0 comments on commit edcf1cb

Please sign in to comment.