From 916b6a87ce07aae296f57d5712f4a889c8e2277d Mon Sep 17 00:00:00 2001 From: Luc Date: Thu, 14 Dec 2023 20:42:00 +0000 Subject: [PATCH] f --- .github/actions/install/action.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/install/action.yaml b/.github/actions/install/action.yaml index 4e27b4a..6d7fd7c 100644 --- a/.github/actions/install/action.yaml +++ b/.github/actions/install/action.yaml @@ -12,11 +12,11 @@ runs: package_json_file: package.json version: 8 - - name: Setup Node - uses: actions/setup-node@v3 - with: - node-version: 19 - cache: pnpm + # - name: Setup Node + # uses: actions/setup-node@v3 + # with: + # node-version: 19 + # cache: pnpm - name: Install dependencies run: pnpm install