We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111cde2 commit 4b805b9Copy full SHA for 4b805b9
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
# run: npm ci
29
30
- name: 📦 Install Node.js dependencies with Bun
31
- run: bun install --frozen-lockfile
+ run: bun install
32
33
# - name: 🏗️ Build project with Node.js
34
# run: npm run build
0 commit comments