Skip to content

Commit 78dbb3b

Browse files
committed
Update CI action
1 parent 75189d9 commit 78dbb3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout the repository
1616
uses: actions/checkout@v4
1717
- name: Install pnpm
18-
uses: pnpm/action-setup@v3
18+
uses: pnpm/action-setup@v4
1919
with:
2020
version: 9
2121
- name: Install Node.js
@@ -40,7 +40,7 @@ jobs:
4040
- name: Checkout the repository
4141
uses: actions/checkout@v4
4242
- name: Install pnpm
43-
uses: pnpm/action-setup@v3
43+
uses: pnpm/action-setup@v4
4444
with:
4545
version: 9
4646
- name: Install Node.js ${{ matrix.node-version }}
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
persist-credentials: false
6969
- name: Install pnpm
70-
uses: pnpm/action-setup@v3
70+
uses: pnpm/action-setup@v4
7171
with:
7272
version: 9
7373
- name: Install Node.js

0 commit comments

Comments
 (0)