From 3155e2717bf67cfedfcbc3f5fceffb04a59a16c4 Mon Sep 17 00:00:00 2001 From: Samual Norman Date: Thu, 21 Mar 2024 09:34:04 +0000 Subject: [PATCH] minor --- .github/workflows/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9e3fff6..4b7bb38 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,8 +6,8 @@ jobs: runs-on: ubuntu-latest steps: - - { name: Checkout, uses: actions/checkout@v4 } - - { name: Setup Node.js environment, uses: actions/setup-node@v4, with: { node-version: ^18 } } - - { name: Setup pnpm, uses: pnpm/action-setup@v3, with: { version: ^8.15.5, run_install: true } } - - run: pnpm lint - - run: pnpm test + - { name: Checkout, uses: actions/checkout@v4 } + - { name: Setup Node.js environment, uses: actions/setup-node@v4, with: { node-version: ^18 } } + - { name: Setup pnpm, uses: pnpm/action-setup@v3, with: { version: ^8.15.5, run_install: true } } + - run: pnpm lint + - run: pnpm test