File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
- name : Use Node.js
9
9
uses : actions/setup-node@v1
10
10
with :
11
- node-version : ' 18 .x'
12
- - run : npm install
13
- - run : npm run unit
11
+ node-version : ' 20 .x'
12
+ - run : pnpm install
13
+ - run : pnpm run coverage
14
14
- name : Coveralls
15
15
uses : coverallsapp/github-action@master
16
16
with :
23
23
- name : Use Node.js
24
24
uses : actions/setup-node@v1
25
25
with :
26
- node-version : ' 18 .x'
27
- - run : npm install
28
- - run : npm run build
26
+ node-version : ' 20 .x'
27
+ - run : pnpm install
28
+ - run : pnpm run build
29
29
- uses : actions/upload-artifact@v2
30
30
with :
31
31
name : my-artifact
39
39
- name : Use Node.js
40
40
uses : actions/setup-node@v1
41
41
with :
42
- node-version : ' 18 .x'
42
+ node-version : ' 20 .x'
43
43
- uses : actions/download-artifact@v2
44
44
with :
45
45
name : my-artifact
You can’t perform that action at this time.
0 commit comments