Skip to content

Commit 1b0083c

Browse files
committed
rework setup steps
1 parent 0bd423f commit 1b0083c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ jobs:
1111
name: Deploy
1212
steps:
1313
- uses: actions/checkout@v4
14-
- name: Install Volta to manage Node.js versions
15-
uses: volta-cli/action@v4
16-
- name: Install node
17-
run: volta install node
18-
- name: Install pnpm
19-
run: volta install pnpm
14+
- uses: pnpm/action-setup@v4
15+
- uses: actions/setup-node@v4
16+
with:
17+
cache: 'pnpm'
2018
- name: Install deps
2119
run: pnpm install
2220
- name: Build everything

0 commit comments

Comments
 (0)