diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 7ad06e3..2394e7e 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -19,8 +19,6 @@ jobs: - uses: actions/checkout@v4 - name: bun uses: oven-sh/setup-bun@v1 - with: - bun-version: 1.0.3 - name: install run: bun i - name: 'build' diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 00bf7bc..daa5db5 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -14,8 +14,6 @@ jobs: - uses: actions/checkout@v4 - name: bun uses: oven-sh/setup-bun@v1 - with: - bun-version: 1.0.3 - name: install run: bun i - name: 'build' diff --git a/bun.lockb b/bun.lockb index 29d03cd..74ed0be 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/web/package.json b/web/package.json index 2b302b7..ca4477a 100644 --- a/web/package.json +++ b/web/package.json @@ -41,5 +41,8 @@ "vite": "^4.5.0", "vite-plugin-pwa": "^0.16.5", "vitest": "^0.34.6" + }, + "overrides": { + "@rollup/plugin-node-resolve": "15.2.3" } }