Skip to content

Commit

Permalink
Update trunk-check.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Sall <[email protected]>
  • Loading branch information
ss-o authored Oct 13, 2023
1 parent 974d2a2 commit 785a9fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trunk-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: ""
uses: z-shell/.github/.github/workflows/trunk.yml@main
with:
node_version: "18"
node_version: "--lts"
pnpm_arguments: "pnpm i"
upload:
if: github.event.schedule == '0 07 * * 5'
Expand All @@ -26,5 +26,5 @@ jobs:
secrets:
trunk-token: ${{ secrets.TRUNK_TOKEN }}
with:
node_version: "18"
node_version: "--lts"
pnpm_arguments: "pnpm i && pnpm run build"

0 comments on commit 785a9fe

Please sign in to comment.