We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab6ddb commit 2b52f64Copy full SHA for 2b52f64
.github/workflows/deploy.yml
@@ -7,40 +7,16 @@ on:
7
workflow_dispatch:
8
9
jobs:
10
- test:
11
- runs-on: ubuntu-latest
12
- steps:
13
- - name: Checkout
14
- uses: actions/checkout@v4.1.7
15
-
16
- - name: Install pnpm
17
- uses: pnpm/action-setup@v4
18
- with:
19
- version: 9.9.0
20
21
- - name: Install Node.js
22
- uses: actions/setup-node@v3
23
24
- node-version: 20
25
- cache: 'pnpm'
26
27
- - name: Install dependencies
28
- run: pnpm install
29
30
- - name: Run tests
31
- run: pnpm test
32
33
build:
34
runs-on: ubuntu-latest
35
- needs: test
36
steps:
37
- name: Checkout
38
uses: actions/checkout@v4.1.7
39
40
- name: Install pnpm
41
uses: pnpm/action-setup@v4
42
with:
43
- version: 9.5.0
+ version: 9.9.0
44
45
- name: Install Node.js
46
uses: actions/setup-node@v3
0 commit comments