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