Skip to content

Commit

Permalink
chore: clearing bun cache in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JoblersTune committed Jan 20, 2025
1 parent 09d8b2b commit d8e23a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
node-version: 18

- uses: oven-sh/setup-bun@v1
- name: Clear Bun cache
run: bun cache clean
- name: Install dependencies
run: bun install
- name: Test build website
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,5 @@
"respec": "^35.2.2",
"sharp": "^0.33.5",
"starlight-links-validator": "^0.14.1"
},
"resolutions": {
"@astrojs/starlight": "0.31.1"
}
}

0 comments on commit d8e23a7

Please sign in to comment.