Skip to content

Commit

Permalink
CI cache v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Tilsch committed Apr 4, 2024
1 parent b4bdbc0 commit ba27020
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# You may remove this line if you want to manage the configuration yourself.
static_site_generator: next
- name: Restore cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
.next/cache
Expand Down
Binary file modified bun.lockb
Binary file not shown.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
"lint:fix": "turbo run lint:fix",
"format": "prettier --write \"**/*.{js,ts,tsx,jsx,md}\"",
"precommit": "bun run lint-staged",
"prepare": "husky install"
"prepare": "husky install",
"changeset:init": "changeset init",
"changeset": "changeset"
},
"workspaces": [
"apps/*",
Expand All @@ -50,6 +52,7 @@
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"turbo": "^1.13.0",
"@changesets/cli": "^2.27.1",
"typescript": "^5"
},
"overrides": {
Expand Down

0 comments on commit ba27020

Please sign in to comment.