Skip to content

Commit 64f4c79

Browse files
committed
+
1 parent 98ab19f commit 64f4c79

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-feature-branch.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,9 @@ jobs:
334334
NODE_AUTH_TOKEN: ""
335335
NPM_TOKEN: ""
336336
steps:
337-
- uses: actions/checkout@v4
338-
337+
- uses: actions/checkout@v5
338+
- uses: pnpm/action-setup@v4
339+
with: { run_install: false }
339340
- uses: actions/setup-node@v6
340341
with: { node-version: '24', cache: 'pnpm', cache-dependency-path: pnpm-lock.yaml }
341342
- run: pnpm install --frozen-lockfile --prefer-offline

0 commit comments

Comments
 (0)