Skip to content

Commit d3ee13a

Browse files
authored
fix(ci): update pnpm setup action to version 4 (#2359)
upgrade the pnpm setup action version in the CI pipeline configuration to fix build problems
1 parent 0fd6329 commit d3ee13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
node-version: 18
2424

25-
- uses: pnpm/action-setup@v2.2.4
25+
- uses: pnpm/action-setup@v4.0.0
2626
name: Install pnpm
2727
id: pnpm-install
2828
with:

0 commit comments

Comments
 (0)