Skip to content

Commit df78e95

Browse files
committed
Lock pnpm version
1 parent 5b29369 commit df78e95

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
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install pnpm
1717
uses: pnpm/action-setup@v2
1818
with:
19-
version: latest
19+
version: 8
2020
- name: Install Node.js
2121
uses: actions/setup-node@v3
2222
with:
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install pnpm
4141
uses: pnpm/action-setup@v2
4242
with:
43-
version: latest
43+
version: 8
4444
- name: Install Node.js ${{ matrix.node-version }}
4545
uses: actions/setup-node@v3
4646
with:

0 commit comments

Comments
 (0)