Skip to content

Commit ab43b61

Browse files
committed
ci: pin node to lts and 20.2
Node version 20.3 introduces a concurrency issue where the same file is getting accessed by multiple things as part of the rollup process. Unsure as to the root cause, but this commit pins current to 20.2 to resolve the build issues for now. A future commit should either fix the 20.3 issues.
1 parent 6b973fb commit ab43b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ workflows:
3535
matrix:
3636
parameters:
3737
version:
38-
- "current"
38+
- "20.2"
3939
- "lts"
4040
- deploy:
4141
requires:

0 commit comments

Comments
 (0)