From 785a9fefb999f81e096db8b494e0c2e60a65d539 Mon Sep 17 00:00:00 2001 From: Sall Date: Fri, 13 Oct 2023 14:50:12 +0100 Subject: [PATCH] Update trunk-check.yml Signed-off-by: Sall --- .github/workflows/trunk-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/trunk-check.yml b/.github/workflows/trunk-check.yml index f37d92ff..98101ed9 100644 --- a/.github/workflows/trunk-check.yml +++ b/.github/workflows/trunk-check.yml @@ -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' @@ -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"