Skip to content

Commit 5b4ba07

Browse files
committed
fix: circle ci and yarn
1 parent 7c9307c commit 5b4ba07

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- restore_cache:
2020
keys:
2121
# when lock file changes, use increasingly general patterns to restore cache
22-
- astro-strapi-blocks-v1-{{ checksum "yarn.lock" }}
23-
- astro-strapi-blocks-
22+
- astro-strapi-loader-v1-{{ checksum "yarn.lock" }}
23+
- astro-strapi-loader-
2424
- run:
2525
name: Echo versions
2626
command: |
@@ -52,7 +52,7 @@ jobs:
5252
- save_cache:
5353
paths:
5454
- ./node_modules
55-
key: astro-strapi-blocks-v1-{{ checksum "yarn.lock" }}
55+
key: astro-strapi-loader-v1-{{ checksum "yarn.lock" }}
5656
- persist_to_workspace:
5757
root: ~/repo
5858
paths: .

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
},
8080
"engines": {
8181
"node": ">=18.17.0",
82-
"yarn": "1.22.22"
82+
"yarn": "1.22.19"
8383
},
84-
"packageManager": "[email protected].22"
84+
"packageManager": "[email protected].19"
8585
}

0 commit comments

Comments
 (0)