From 18b6ba89ece61d68841afb7f0fcbdc8b9a8dee9c Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Sat, 19 Apr 2025 19:29:11 +0200 Subject: [PATCH] Update pnpm version to 10 in GitHub Actions workflow --- .github/workflows/nuxthub.yml | 37 ---------------------------------- .github/workflows/nuxthub.yml | 2 +- 2 files changed, 1 insertion(+), 38 deletions(-) delete mode 100644 .github/workflows/nuxthub.yml diff --git a/ .github/workflows/nuxthub.yml b/ .github/workflows/nuxthub.yml deleted file mode 100644 index 4cee156..0000000 --- a/ .github/workflows/nuxthub.yml +++ /dev/null @@ -1,37 +0,0 @@ -name: Deploy to NuxtHub -on: push - -jobs: - deploy: - name: "Deploy to NuxtHub" - runs-on: ubuntu-latest - environment: - name: ${{ github.ref == 'refs/heads/main' && 'production' || 'preview' }} - url: ${{ steps.deploy.outputs.deployment-url }} - permissions: - contents: read - id-token: write - - steps: - - uses: actions/checkout@v4 - - - name: Install pnpm - uses: pnpm/action-setup@v4 - with: - version: 9 - - - name: Install Node.js - uses: actions/setup-node@v4 - with: - node-version: 22 - cache: 'pnpm' - - - name: Install dependencies - run: pnpm install - - - name: Build application - run: pnpm run build - - - name: Deploy to NuxtHub - uses: nuxt-hub/action@v1 - id: deploy diff --git a/.github/workflows/nuxthub.yml b/.github/workflows/nuxthub.yml index 4cee156..11052dd 100644 --- a/.github/workflows/nuxthub.yml +++ b/.github/workflows/nuxthub.yml @@ -18,7 +18,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 9 + version: 10 - name: Install Node.js uses: actions/setup-node@v4