Skip to content

Commit 4b805b9

Browse files
authored
Update build.yml
1 parent 111cde2 commit 4b805b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# run: npm ci
2929

3030
- name: 📦 Install Node.js dependencies with Bun
31-
run: bun install --frozen-lockfile
31+
run: bun install
3232

3333
# - name: 🏗️ Build project with Node.js
3434
# run: npm run build

0 commit comments

Comments
 (0)