File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,21 +14,21 @@ 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
31- run : bun install --frozen-lockfile
31+ run : bun install
3232
3333 - name : 🏗️ 📝 Build Project Documentation
3434 run : bun run docs
You can’t perform that action at this time.
0 commit comments