Skip to content

Commit b952be7

Browse files
committed
Update CI actions
1 parent b512b29 commit b952be7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout the repository
1515
uses: actions/checkout@v4
1616
- name: Install pnpm
17-
uses: pnpm/action-setup@v3
17+
uses: pnpm/action-setup@v4
1818
with:
1919
version: 9
2020
- name: Install Node.js
@@ -38,7 +38,7 @@ jobs:
3838
- name: Checkout the repository
3939
uses: actions/checkout@v4
4040
- name: Install pnpm
41-
uses: pnpm/action-setup@v3
41+
uses: pnpm/action-setup@v4
4242
with:
4343
version: 9
4444
- name: Install Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)