Skip to content

Commit 1ea55b1

Browse files
authored
Lock PNPM version to 7 (#782)
1 parent 39eecc5 commit 1ea55b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup PNPM 7
1515
uses: pnpm/[email protected]
1616
with:
17-
version: latest
17+
version: 7
1818
- name: Setup Node 18
1919
uses: actions/setup-node@v2
2020
with:
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup PNPM 7
3535
uses: pnpm/[email protected]
3636
with:
37-
version: latest
37+
version: 7
3838
- name: Setup Node 18
3939
uses: actions/setup-node@v2
4040
with:

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup PNPM 7
1616
uses: pnpm/[email protected]
1717
with:
18-
version: latest
18+
version: 7
1919
- name: Setup Node 18
2020
uses: actions/setup-node@v2
2121
with:

0 commit comments

Comments
 (0)