fix(ci): update yarn & node in CI to hopefully fix install issues (#3223)
This commit is contained in:
committed by
GitHub
parent
a1ed7dacd9
commit
fc2f0cd852
@@ -744,7 +744,7 @@ jobs:
|
||||
ui-components-chromatic:
|
||||
resource_class: medium+
|
||||
docker: &docker-node-image
|
||||
- image: cimg/node:18.19.0
|
||||
- image: cimg/node:18.20.4
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
|
||||
Vendored
-894
File diff suppressed because one or more lines are too long
+925
File diff suppressed because one or more lines are too long
+1
-1
@@ -4,4 +4,4 @@ enableGlobalCache: false
|
||||
|
||||
nodeLinker: node-modules
|
||||
|
||||
yarnPath: .yarn/releases/yarn-4.3.0.cjs
|
||||
yarnPath: .yarn/releases/yarn-4.5.0.cjs
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"packageManager": "yarn@4.3.0",
|
||||
"packageManager": "yarn@4.5.0",
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user