We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9202f commit a7f6008Copy full SHA for a7f6008
.github/workflows/pnpm-build.yml
@@ -11,23 +11,17 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - name: Checkout code
15
- uses: actions/checkout@v4
+ - uses: actions/checkout@v4
16
17
- - name: Setup pnpm
18
- uses: pnpm/action-setup@v4
+ - uses: pnpm/action-setup@v4
19
with:
20
- version: 9
21
run_install: false
22
23
- - name: Setup Node.js
24
- uses: actions/setup-node@v3
+ - uses: actions/setup-node@v3
25
26
node-version: 20
27
cache: pnpm
28
29
- - name: Install dependencies
30
- run: pnpm install
+ - run: pnpm install
31
32
- - name: Build everything
33
- run: pnpm turbo run build
+ - run: pnpm turbo run build
0 commit comments