Skip to content

Commit 8fd9273

Browse files
committed
chore: pin pnpm version
1 parent 1919236 commit 8fd9273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- run: sudo apt-get install -y valgrind
1515
- uses: pnpm/[email protected]
1616
with:
17-
version: latest
17+
version: 7
1818
- uses: "actions/setup-node@v3"
1919
with:
2020
cache: "pnpm"
@@ -31,7 +31,7 @@ jobs:
3131
- run: sudo apt-get install -y valgrind
3232
- uses: pnpm/[email protected]
3333
with:
34-
version: latest
34+
version: 7
3535
- uses: "actions/setup-node@v3"
3636
with:
3737
cache: "pnpm"

0 commit comments

Comments
 (0)