Skip to content

Commit be8c2d1

Browse files
authored
Merge pull request #380 from DataRecce/chore/fix-pnpm-action
Fix pnpm ci issue
2 parents fba58b8 + ccfbc6a commit be8c2d1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-statics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
node-version: 20
3636

37-
- uses: pnpm/action-setup@v2.2.2
37+
- uses: pnpm/action-setup@v4
3838
with:
3939
version: 8
4040

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
node-version: '20'
3232

33-
- uses: pnpm/action-setup@v2.4.0
33+
- uses: pnpm/action-setup@v4
3434
with:
3535
version: 8
3636

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
node-version: '20'
2626

27-
- uses: pnpm/action-setup@v2.4.0
27+
- uses: pnpm/action-setup@v4
2828
with:
2929
version: 8
3030

.github/workflows/tests-js.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
node-version: 20
2525

26-
- uses: pnpm/action-setup@v2.2.2
26+
- uses: pnpm/action-setup@v4
2727
with:
2828
version: 8
2929
run_install: false

0 commit comments

Comments
 (0)