Skip to content

Commit 1e70515

Browse files
Merge pull request #663 from contentstack/staging
Staging
2 parents 27a2126 + f459442 commit 1e70515

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12+
- uses: pnpm/action-setup@v2
13+
with:
14+
version: 7
1215
- uses: actions/setup-node@v1
1316
with:
1417
node-version: '16.x'
18+
cache: 'pnpm'
1519
- name: Reading Configuration
1620
id: release_config
1721
uses: rgarcia-phi/json-to-variables@v1.1.0

0 commit comments

Comments
 (0)