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:
|
ui-components-chromatic:
|
||||||
resource_class: medium+
|
resource_class: medium+
|
||||||
docker: &docker-node-image
|
docker: &docker-node-image
|
||||||
- image: cimg/node:18.19.0
|
- image: cimg/node:18.20.4
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- 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
|
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": [
|
"workspaces": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user