From acb614df192f7a359287fc14dae7138638e1ba1a Mon Sep 17 00:00:00 2001 From: tabcat Date: Thu, 18 Apr 2024 17:04:47 -0700 Subject: [PATCH] fix pnpm workflow action name --- .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 12bd781..5312fd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Use PNPM - uses: npm/action-setup@v3 + uses: pnpm/action-setup@v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: