Skip to content

Commit 2c2ad9f

Browse files
authored
fix: Upgrade fossilize to fix macOS and Windows dev builds (#735)
Fixes #734.
1 parent 2a40efd commit 2c2ad9f

File tree

3 files changed

+22
-20
lines changed

3 files changed

+22
-20
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
- name: Fossilize Cache
4141
uses: actions/cache@v4
4242
with:
43-
key: pnpm-v2-${{ hashFiles('pnpm-lock.yaml') }}
44-
restore-keys: pnpm-v2-
43+
key: pnpm-v3-${{ hashFiles('pnpm-lock.yaml') }}
44+
restore-keys: pnpm-v3-
4545
path: |
4646
${{ github.workspace }}/packages/spotlight/.node-cache
4747

packages/spotlight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"devDependencies": {
5353
"@spotlightjs/tsconfig": "workspace:*",
5454
"@types/node": "^18.19.55",
55-
"fossilize": "^0.4.1",
55+
"fossilize": "^0.4.2",
5656
"typescript": "^5.6.2",
5757
"vite": "^5.4.14"
5858
},

pnpm-lock.yaml

Lines changed: 19 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)