chore(ci): format

This commit is contained in:
Neko Ayaka
2025-04-02 01:09:38 +08:00
parent 226277e1bd
commit 20148a3265
2 changed files with 11 additions and 11 deletions
+4 -4
View File
@@ -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
+7 -7
View File
@@ -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