From 20148a32653f1ea21a4d6376b64d6b34e695c8f4 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Wed, 2 Apr 2025 01:09:38 +0800 Subject: [PATCH] chore(ci): format --- .github/workflows/build-tamagotchi.yml | 8 ++++---- .github/workflows/release-tamagotchi.yml | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build-tamagotchi.yml b/.github/workflows/build-tamagotchi.yml index 9ee41e6e8..21ba50537 100644 --- a/.github/workflows/build-tamagotchi.yml +++ b/.github/workflows/build-tamagotchi.yml @@ -39,19 +39,19 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - uses: pnpm/action-setup@v4 - name: Install pnpm + - name: Install pnpm + uses: pnpm/action-setup@v4 with: run_install: false - name: Install Node.js 23.x uses: actions/setup-node@v4 with: + cache: pnpm node-version: 23.x # registry-url required. Learn more at # https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages - registry-url: 'https://registry.npmjs.org' - cache: pnpm + registry-url: https://registry.npmjs.org - name: Install Rust Stable uses: dtolnay/rust-toolchain@stable diff --git a/.github/workflows/release-tamagotchi.yml b/.github/workflows/release-tamagotchi.yml index c11c775b9..1cbfc1252 100644 --- a/.github/workflows/release-tamagotchi.yml +++ b/.github/workflows/release-tamagotchi.yml @@ -44,19 +44,19 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Install pnpm + uses: pnpm/action-setup@v4 + with: + run_install: false + - name: Install Node.js 23.x uses: actions/setup-node@v4 with: + cache: pnpm node-version: 23.x # registry-url required. Learn more at # https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages - registry-url: 'https://registry.npmjs.org' - cache: pnpm - - - uses: pnpm/action-setup@v4 - name: Install pnpm - with: - run_install: false + registry-url: https://registry.npmjs.org - name: Install Rust Stable uses: dtolnay/rust-toolchain@stable