Skip to content

Commit d0ef3a9

Browse files
committed
add pnpm
1 parent 511dba1 commit d0ef3a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/preview.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
- name: Set timestamp for build/deploy
1818
run: echo "TIMESTAMP=$(date +%Y%m%d%H%M%S)" >> $GITHUB_ENV
1919

20+
- name: Set up pnpm
21+
uses: pnpm/action-setup@v4
22+
with:
23+
run_install: false
24+
25+
2026
- name: Set up Node.js
2127
uses: actions/setup-node@v4
2228
with:

0 commit comments

Comments
 (0)