Skip to content

Commit 86f41d2

Browse files
committedJul 4, 2024·
chore: update workflow
1 parent e43faf5 commit 86f41d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: [16.x]
1818
steps:
1919
- uses: actions/checkout@v3
20-
- uses: pnpm/action-setup@v2
20+
- uses: pnpm/action-setup@v4
2121
with:
2222
version: 7
2323
- name: Use Node.js ${{ matrix.node-version }}

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: [16.x]
1818
steps:
1919
- uses: actions/checkout@v3
20-
- uses: pnpm/action-setup@v2
20+
- uses: pnpm/action-setup@v4
2121
with:
2222
version: 7
2323
- name: Use Node.js ${{ matrix.node-version }}

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: [16.x]
1818
steps:
1919
- uses: actions/checkout@v3
20-
- uses: pnpm/action-setup@v2
20+
- uses: pnpm/action-setup@v4
2121
with:
2222
version: 7
2323
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)
Please sign in to comment.