File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 88 build_site :
99 runs-on : ubuntu-latest
1010 steps :
11- - name : Nix Develop
12- uses : nicknovitski/nix-develop@v1.2.1
13- # - name: Checkout
14- # uses: actions/checkout@v4
15- # - name: Install pnpm
16- # uses: pnpm/action-setup@v3
17- # with:
18- # version: 10
19- # - name: Install Node.js
20- # uses: actions/setup-node@v4
21- # with:
22- # node-version: 23
23- # cache: pnpm
11+ # - name: Nix Develop
12+ # uses: nicknovitski/nix-develop@v1.2.1
13+ - name : Checkout
14+ uses : actions/checkout@v4
15+ - name : Install pnpm
16+ uses : pnpm/action-setup@v3
17+ with :
18+ version : 10
19+ - name : Install Node.js
20+ uses : actions/setup-node@v4
21+ with :
22+ node-version : 23
23+ cache : pnpm
2424 - name : Install dependencies
2525 run : pnpm install
2626 - name : Build
You can’t perform that action at this time.
0 commit comments