Skip to content

Commit 9443867

Browse files
author
naman-contentstack
committed
[DX-2408], added fix in workflow to resolve failing action/setup-node@v4
1 parent 44ef337 commit 9443867

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,16 @@ jobs:
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: '22.x'
18-
cache: 'pnpm'
18+
19+
- name: Enable Corepack
20+
run: corepack enable
21+
22+
- name: Install pnpm
23+
run: corepack prepare pnpm@7 --activate
24+
25+
- name: Install root dependencies
26+
run: pnpm install
27+
1928
- name: Reading Configuration
2029
id: release_config
2130
uses: rgarcia-phi/[email protected]

0 commit comments

Comments
 (0)