Skip to content

Commit

Permalink
update to nx-set-shas@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
stkevintan committed Jan 9, 2024
1 parent 94e0596 commit aadee91
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
node-version: 20
cache: 'pnpm'
- run: pnpm i --frozen-lockfile
- uses: nrwl/nx-set-shas@v3
- uses: nrwl/nx-set-shas@v4
- run: |
echo "BASE: ${{ env.NX_BASE }}"
echo "HEAD: ${{ env.NX_HEAD }}"
# This line is needed for nx affected to work when CI is running on a PR
- run: git branch --track main origin/main

Expand Down

0 comments on commit aadee91

Please sign in to comment.