diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0c095fa..59cb920 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -30,7 +30,7 @@ jobs: node-version: ${{ matrix.node }} - name: Install dependencies - uses: pnpm/action-setup@v2.2.2 + uses: pnpm/action-setup@v2.4.1 with: version: 6.23.6 run_install: true diff --git a/lib/koa-api/.github/workflows/CI.yml b/lib/koa-api/.github/workflows/CI.yml index 4845a26..254033c 100644 --- a/lib/koa-api/.github/workflows/CI.yml +++ b/lib/koa-api/.github/workflows/CI.yml @@ -30,7 +30,7 @@ jobs: node-version: ${{ matrix.node }} - name: Install dependencies - uses: pnpm/action-setup@v2.2.1 + uses: pnpm/action-setup@v2.4.1 with: version: 6.23.6 run_install: true