File tree Expand file tree Collapse file tree 4 files changed +4441
-3663
lines changed
Expand file tree Collapse file tree 4 files changed +4441
-3663
lines changed Original file line number Diff line number Diff line change 1717 - uses : pnpm/action-setup@v4
1818 name : Install pnpm
1919 with :
20- version : 8
20+ version : 10
2121 run_install : false
2222
2323 - name : Install Node.js
4040 ${{ runner.os }}-pnpm-store-
4141
4242 - name : Install dependencies
43- run : cd sites/cheerpj && pnpm install
43+ run : cd sites/cheerpj && pnpm install --frozen-lockfile
4444
4545 - name : Build global-navbar
4646 run : cd packages/global-navbar && pnpm run build
Original file line number Diff line number Diff line change 2020 - uses : pnpm/action-setup@v2
2121 name : Install pnpm
2222 with :
23- version : 8
23+ version : 10
2424 run_install : false
2525
2626 - name : Get pnpm store directory
3737 ${{ runner.os }}-pnpm-store-
3838
3939 - name : Install dependencies
40- run : pnpm install
40+ run : pnpm install --frozen-lockfile
4141
4242 - name : Generate Astro type declarations
4343 run : pnpm -r astro sync
6060 - uses : pnpm/action-setup@v2
6161 name : Install pnpm
6262 with :
63- version : 8
63+ version : 10
6464 run_install : false
6565
6666 - name : Get pnpm store directory
7777 ${{ runner.os }}-pnpm-store-
7878
7979 - name : Install dependencies
80- run : pnpm install
80+ run : pnpm install --frozen-lockfile
8181
8282 - name : Run Prettier
8383 run : pnpm prettier --check .
Original file line number Diff line number Diff line change 1+ # Prevent accidental lockfile modifications
2+ frozen-lockfile = true
3+
4+ # Auto-install peer dependencies
5+ auto-install-peers = true
You can’t perform that action at this time.
0 commit comments