Skip to content

Commit 81526a0

Browse files
authored
Merge branch 'development' into enhancement/DX-2767
2 parents c702183 + 93a6370 commit 81526a0

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/json-to-variables@v1.1.0

0 commit comments

Comments
 (0)