From 1861ec5d51a8e243e39d769487c85c91099bfb58 Mon Sep 17 00:00:00 2001 From: hunghg255 Date: Mon, 15 Jul 2024 14:45:13 +0700 Subject: [PATCH] ci: update ci --- .github/cache/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/cache/action.yml b/.github/cache/action.yml index a20a346..718d909 100644 --- a/.github/cache/action.yml +++ b/.github/cache/action.yml @@ -12,8 +12,7 @@ runs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: lts/* - cache: pnpm + node-version: 20 - uses: pnpm/action-setup@v4