File tree Expand file tree Collapse file tree 5 files changed +2191
-5563
lines changed Expand file tree Collapse file tree 5 files changed +2191
-5563
lines changed Original file line number Diff line number Diff line change 8
8
9
9
strategy :
10
10
matrix :
11
- node-version : [16 .x]
11
+ node-version : [18 .x]
12
12
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
+ - uses : pnpm/action-setup@v2
16
+ with :
17
+ version : 8
18
+
15
19
- name : Use Node.js ${{ matrix.node-version }}
16
- uses : actions/setup-node@v2
20
+ uses : actions/setup-node@v3
17
21
with :
18
- cache : npm
19
22
node-version : ${{ matrix.node-version }}
23
+ cache : " pnpm"
20
24
21
25
- name : Install dependencies
22
- run : npm install
26
+ run : pnpm install
27
+
23
28
- name : Run lint
24
29
run : npm run lint
Original file line number Diff line number Diff line change 8
8
9
9
strategy :
10
10
matrix :
11
- node-version : [16 .x]
11
+ node-version : [18 .x]
12
12
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
+ - uses : pnpm/action-setup@v2
16
+ with :
17
+ version : 8
18
+
15
19
- name : Use Node.js ${{ matrix.node-version }}
16
- uses : actions/setup-node@v2
20
+ uses : actions/setup-node@v3
17
21
with :
18
- cache : npm
19
22
node-version : ${{ matrix.node-version }}
23
+ cache : " pnpm"
20
24
21
25
- name : Install dependencies
22
- run : npm install
26
+ run : pnpm install
27
+
23
28
- name : Run test-tsc
24
29
run : npm run test-tsc
You can’t perform that action at this time.
0 commit comments