From 86f41d276ddceb0c74251e9a55164f53d280bdad Mon Sep 17 00:00:00 2001 From: ShuangYa Date: Thu, 4 Jul 2024 17:32:13 +0800 Subject: [PATCH] chore: update workflow --- .github/workflows/dev.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 8cfb4fe..264eca7 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -17,7 +17,7 @@ jobs: node-version: [16.x] steps: - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 with: version: 7 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ea2b85d..d01a9fe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: node-version: [16.x] steps: - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 with: version: 7 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c955fa5..c8a4d81 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: node-version: [16.x] steps: - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 with: version: 7 - name: Use Node.js ${{ matrix.node-version }}