Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dearlordylord committed Jan 7, 2024
1 parent 4f6c979 commit 4d3aea7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
node-version: 20
cache: 'npm'
- run: npm ci
- uses: nrwl/nx-set-shas@v3
- uses: nrwl/nx-set-shas@v4
with:
main-branch-name: master
# This line is needed for nx affected to work when CI is running on a PR
# - run: git branch --track master origin/master

Expand Down

0 comments on commit 4d3aea7

Please sign in to comment.