From 40cc21d784a278c3f16e77339b39c46a863103c9 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 1 May 2022 11:55:16 +0800 Subject: [PATCH] chore: fix ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb7501b..c0a0e06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: steps: - uses: actions/checkout@v3 - - name: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: