Skip to content

Commit 7e75d74

Browse files
authored
Update build.yml
1 parent 22df5c5 commit 7e75d74

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@ jobs:
1414
- name: 📂 Check out Git repository
1515
uses: actions/checkout@v4
1616

17-
- name: 🛠️ Set up Node.js
18-
uses: actions/setup-node@v4
19-
with:
20-
node-version: ${{ matrix.node }}
17+
#- name: 🛠️ Set up Node.js
18+
# uses: actions/setup-node@v4
19+
# with:
20+
# node-version: ${{ matrix.node }}
2121

2222
- name: 🛠️ Set up Bun.sh
2323
uses: oven-sh/setup-bun@v2
2424
with:
2525
bun-version: latest
2626

27-
- name: 📦 Install Node.js dependencies with Node.js
28-
run: npm ci
27+
# - name: 📦 Install Node.js dependencies with Node.js
28+
# run: npm ci
2929

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

33-
- name: 🏗️ Build project with Node.js
34-
run: npm run build
33+
# - name: 🏗️ Build project with Node.js
34+
# run: npm run build
3535

3636
- name: 🏗️ Build project with Bun
3737
run: bun run build

0 commit comments

Comments
 (0)