File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 - name : Setup pnpm
4040 uses : pnpm/action-setup@v4
4141 with :
42- version : ' 10.24.0 '
42+ version : 10.26.2
4343
4444 - name : Setup Node.js
4545 uses : actions/setup-node@v6
8989 - name : Setup pnpm
9090 uses : pnpm/action-setup@v4
9191 with :
92- version : ' 10.24.0 '
92+ version : 10.26.2
9393
9494 - name : Setup Node.js
9595 uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 3939 - name : Setup pnpm
4040 uses : pnpm/action-setup@v4
4141 with :
42- version : ' 10.24.0 '
42+ version : 10.26.2
4343
4444 - name : Setup Node.js
4545 uses : actions/setup-node@v6
9999 - name : Setup pnpm
100100 uses : pnpm/action-setup@v4
101101 with :
102- version : ' 10.24.0 '
102+ version : 10.26.2
103103
104104 - name : Setup Node.js
105105 uses : actions/setup-node@v6
@@ -151,7 +151,7 @@ jobs:
151151 - name : Setup pnpm
152152 uses : pnpm/action-setup@v4
153153 with :
154- version : ' 10.24.0 '
154+ version : 10.26.2
155155
156156 - name : Setup Node.js
157157 uses : actions/setup-node@v6
@@ -172,6 +172,8 @@ jobs:
172172 run : |
173173 cd blit-tech-demos
174174 pnpm build
175+ env :
176+ NODE_ENV : production
175177
176178 - name : Upload demos artifacts
177179 uses : actions/upload-artifact@v6
Original file line number Diff line number Diff line change 5050 run : pnpm install --no-frozen-lockfile
5151
5252 - name : Validate PR commits
53+ env :
54+ BASE_SHA : ${{ github.event.pull_request.base.sha }}
55+ HEAD_SHA : ${{ github.event.pull_request.head.sha }}
5356 run : |
5457 cd blit-tech-demos
55- pnpm commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
58+ pnpm commitlint --from "$BASE_SHA" --to "$HEAD_SHA" --verbose
5659
5760 docs-links :
5861 name : Check Documentation Links
Original file line number Diff line number Diff line change 5656 "security:audit" : " pnpm audit --audit-level=moderate" ,
5757 "security:audit:fix" : " pnpm audit --fix"
5858 },
59- "packageManager" : " pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a " ,
59+ "packageManager" : " pnpm@10.26.2 " ,
6060 "pnpm" : {
6161 "overrides" : {
6262 "vite-node" : " ^5.2.0" ,
You can’t perform that action at this time.
0 commit comments