Skip to content

Commit 315f8ae

Browse files
authored
chore(ci): update CI actions (#8)
2 parents 841d759 + acd9d27 commit 315f8ae

4 files changed

Lines changed: 12 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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
@@ -89,7 +89,7 @@ jobs:
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

.github/workflows/deploy.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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
@@ -99,7 +99,7 @@ jobs:
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

.github/workflows/pr-checks.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,12 @@ jobs:
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
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",

0 commit comments

Comments
 (0)