Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 11d33bf

Browse files
committed
chore(ci): set SHAs for affected check
1 parent a10e3e0 commit 11d33bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ jobs:
3535
- name: Install dependencies
3636
run: pnpm install --frozen-lockfile
3737

38+
- uses: nrwl/nx-set-shas@v4
3839
- name: Check affected
39-
run: pnpm nx affected -t=rebuild-deps
40+
run: pnpm nx affected -t rebuild-deps
4041

4142
report-electron-size:
4243
name: Report Electron size

0 commit comments

Comments
 (0)