Skip to content

Commit 8506953

Browse files
authored
Update release.yml to use pnpm
1 parent 1825761 commit 8506953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# echo "@adaptate:registry=https://npm.pkg.github.com" >> ~/.npmrc
3737

3838
- name: Install dependencies
39-
run: npm ci
39+
run: pnpm ci
4040

4141
- name: Build project
4242
run: npx turbo run build

0 commit comments

Comments
 (0)