Skip to content

Commit 71c812c

Browse files
committed
fix(workflows): add pnpm action setup to e2e-naga.yml for package management
1 parent 6f67e5e commit 71c812c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/e2e-naga.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ jobs:
125125
fetch-depth: 0
126126
ref: ${{ github.ref }}
127127

128+
- uses: pnpm/action-setup@v4
129+
with:
130+
version: 9.15.0
131+
128132
- uses: actions/setup-node@v4
129133
with:
130134
node-version: 22.18.0

0 commit comments

Comments
 (0)