From 677d367226d216bf4bc488e38549b57625b9cfa8 Mon Sep 17 00:00:00 2001 From: Pascal Martineau Date: Wed, 27 Aug 2025 13:35:20 -0400 Subject: [PATCH] fix: no need for pnpm/action-setup / actions/setup-node --- .gitea/workflows/deploy-nuxthub.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitea/workflows/deploy-nuxthub.yaml b/.gitea/workflows/deploy-nuxthub.yaml index a3e845b..b1045f5 100644 --- a/.gitea/workflows/deploy-nuxthub.yaml +++ b/.gitea/workflows/deploy-nuxthub.yaml @@ -9,15 +9,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Install pnpm - uses: pnpm/action-setup@v4 - - - name: Install Node.js - uses: actions/setup-node@v4 - with: - node-version: 22 - cache: 'pnpm' - - name: Install dependencies working-directory: wp-content/themes/ccat run: pnpm install