Skip to content

Commit ce5c5a0

Browse files
Update pnpm/action-setup action to v2.2.2 (#209)
Co-authored-by: Renovate Bot <[email protected]>
1 parent b784e69 commit ce5c5a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v3
1616
with:
1717
node-version: "15"
18-
- uses: pnpm/[email protected].0
18+
- uses: pnpm/[email protected].2
1919
with:
2020
version: 5.17.3
2121
- run: pnpm install --frozen-lockfile
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/setup-node@v3
4242
with:
4343
node-version: "15"
44-
- uses: pnpm/[email protected].0
44+
- uses: pnpm/[email protected].2
4545
with:
4646
version: 5.17.3
4747
- run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)