Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ runs:
shell: bash

- name: Set Nx SHAs
uses: nrwl/nx-set-shas@v4
uses: nrwl/nx-set-shas@v5

- name: Check TS References are Synced
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
git fetch origin +refs/heads/main:refs/remotes/upstream/main
git branch --force main upstream/main

- uses: nrwl/nx-set-shas@v4
- uses: nrwl/nx-set-shas@v5

- run: pnpm nx format:check
- run: pnpm nx affected -t build typecheck lint test e2e-ci --no-agents
Loading