fix(ci): update yarn & node in CI to hopefully fix install issues (#3223)

This commit is contained in:
Kristaps Fabians Geikins
2024-10-10 10:24:21 +01:00
committed by GitHub
parent a1ed7dacd9
commit fc2f0cd852
5 changed files with 928 additions and 897 deletions
+1 -1
View File
@@ -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:
-894
View File
File diff suppressed because one or more lines are too long
+925
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -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
View File
@@ -1,5 +1,5 @@
{
"packageManager": "yarn@4.3.0",
"packageManager": "yarn@4.5.0",
"workspaces": [
"packages/*"
],