This commit is contained in:
Maze Winther
2025-07-12 17:15:06 +02:00
3 changed files with 5 additions and 5 deletions

View File

@ -31,13 +31,13 @@ jobs:
- name: Install Bun
uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76
with:
bun-version: 1.2.17
bun-version: 1.2.18
- name: Cache Bun modules
uses: actions/cache@v4
with:
path: ~/.bun/install/cache
key: ${{ runner.os }}-bun-1.2.17-${{ hashFiles('apps/web/bun.lock') }}
key: ${{ runner.os }}-bun-1.2.18-${{ hashFiles('apps/web/bun.lock') }}
- name: Install dependencies
working-directory: apps/web

View File

@ -2,7 +2,7 @@
"name": "opencut",
"version": "0.1.0",
"private": true,
"packageManager": "bun@1.2.17",
"packageManager": "bun@1.2.18",
"scripts": {
"dev": "next dev",
"build": "next build",
@ -68,4 +68,4 @@
"tsx": "^4.7.1",
"typescript": "^5"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "opencut",
"packageManager": "bun@1.2.17",
"packageManager": "bun@1.2.18",
"devDependencies": {
"turbo": "^2.5.4"
},