Skip to content

Commit 1939cb2

Browse files
chore(ci): add pnpm setup to GitHub Actions and update Node.js config formatting (#1196)
1 parent 55f40a1 commit 1939cb2

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@ jobs:
1515
- name: Checkout Repo
1616
uses: actions/checkout@v5
1717

18+
- name: Setup pnpm
19+
uses: pnpm/action-setup@v4
20+
1821
- name: Setup Node
1922
uses: actions/setup-node@v5
2023
with:
21-
node-version-file: '.nvmrc'
22-
cache: 'pnpm'
24+
node-version-file: ".nvmrc"
25+
cache: "pnpm"
2326

2427
- name: Install Dependencies
2528
run: pnpm install --prefer-offline

0 commit comments

Comments
 (0)