File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,24 +14,24 @@ jobs:
14
14
- name : 📂 Check out Git repository
15
15
uses : actions/checkout@v4
16
16
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 }}
21
21
22
22
- name : 🛠️ Set up Bun.sh
23
23
uses : oven-sh/setup-bun@v2
24
24
with :
25
25
bun-version : latest
26
26
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
29
29
30
30
- name : 📦 Install Node.js dependencies with Bun
31
31
run : bun install --frozen-lockfile
32
32
33
- - name : 🏗️ Build project with Node.js
34
- run : npm run build
33
+ # - name: 🏗️ Build project with Node.js
34
+ # run: npm run build
35
35
36
36
- name : 🏗️ Build project with Bun
37
37
run : bun run build
You can’t perform that action at this time.
0 commit comments