Skip to content

Commit bd84193

Browse files
authoredAug 14, 2023
chore(deps): update pnpm/action-setup action to v2.4.0 (#214)
1 parent b01adb6 commit bd84193

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version: 16.15.x
2323

24-
- uses: pnpm/action-setup@v2.2.4
24+
- uses: pnpm/action-setup@v2.4.0
2525
with:
2626
version: 7.29.x
2727

‎.github/workflows/unit-testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14-
- uses: pnpm/action-setup@v2.2.4
14+
- uses: pnpm/action-setup@v2.4.0
1515
with:
1616
version: 7.x
1717

0 commit comments

Comments
 (0)
Please sign in to comment.