File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -20,32 +20,32 @@ jobs:
20
20
uses : actions/setup-node@v4
21
21
with :
22
22
node-version : ${{ matrix.node-version }}
23
- cache : ' pnpm'
23
+ cache : ' pnpm'
24
24
- name : Install dependencies
25
25
run : pnpm install --frozen-lockfile
26
26
- name : Run Formatter
27
27
run : pnpm format:check
28
28
test :
29
- name : Format
30
- runs-on : ubuntu-22.04
31
- strategy :
32
- matrix :
33
- node-version : latest
34
- steps :
35
- - uses : actions/checkout@v4
36
- - name : Install pnpm
37
- uses : pnpm/action-setup@v4
38
- with :
39
- version : 10
40
- - name : Use Node.js ${{ matrix.node-version }}
41
- uses : actions/setup-node@v4
42
- with :
43
- node-version : ${{ matrix.node-version }}
44
- cache : ' pnpm'
45
- - name : Install dependencies
46
- run : pnpm install --frozen-lockfile
47
- - name : Run tests
48
- run : pnpm test
29
+ name : Format
30
+ runs-on : ubuntu-22.04
31
+ strategy :
32
+ matrix :
33
+ node-version : latest
34
+ steps :
35
+ - uses : actions/checkout@v4
36
+ - name : Install pnpm
37
+ uses : pnpm/action-setup@v4
38
+ with :
39
+ version : 10
40
+ - name : Use Node.js ${{ matrix.node-version }}
41
+ uses : actions/setup-node@v4
42
+ with :
43
+ node-version : ${{ matrix.node-version }}
44
+ cache : ' pnpm'
45
+ - name : Install dependencies
46
+ run : pnpm install --frozen-lockfile
47
+ - name : Run tests
48
+ run : pnpm test
49
49
50
50
build :
51
51
name : Format
63
63
uses : actions/setup-node@v4
64
64
with :
65
65
node-version : ${{ matrix.node-version }}
66
- cache : ' pnpm'
66
+ cache : ' pnpm'
67
67
- name : Install dependencies
68
68
run : pnpm install --frozen-lockfile
69
69
- name : Build project
You can’t perform that action at this time.
0 commit comments