We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd423f commit 1b0083cCopy full SHA for 1b0083c
.github/workflows/deploy.yaml
@@ -11,12 +11,10 @@ jobs:
11
name: Deploy
12
steps:
13
- 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
+ - uses: pnpm/action-setup@v4
+ - uses: actions/setup-node@v4
+ with:
+ cache: 'pnpm'
20
- name: Install deps
21
run: pnpm install
22
- name: Build everything
0 commit comments