File tree Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 5
5
runs-on : ubuntu-latest
6
6
steps :
7
7
- uses : actions/checkout@v3
8
- - uses : actions/setup-node@v3
9
- with :
10
- node-version-file : " .nvmrc"
11
8
- uses : pnpm/action-setup@v2
12
9
with :
13
10
version : 8.6.10
11
+ - uses : actions/setup-node@v3
12
+ with :
13
+ cache : " pnpm"
14
+ cache-dependency-path : " pnpm-lock.yaml"
15
+ node-version-file : " .nvmrc"
14
16
- name : Install dependencies
15
17
run : pnpm install
16
18
- name : Build NPM packages
Original file line number Diff line number Diff line change 5
5
runs-on : ubuntu-latest
6
6
steps :
7
7
- uses : actions/checkout@v3
8
- - uses : actions/setup-node@v3
9
- with :
10
- node-version-file : " .nvmrc"
11
8
- uses : pnpm/action-setup@v2
12
9
with :
13
10
version : 8.6.10
11
+ - uses : actions/setup-node@v3
12
+ with :
13
+ cache : " pnpm"
14
+ cache-dependency-path : " pnpm-lock.yaml"
15
+ node-version-file : " .nvmrc"
14
16
- name : Install dependencies
15
17
run : pnpm install
16
18
- name : Build NPM packages
Original file line number Diff line number Diff line change 5
5
runs-on : ubuntu-latest
6
6
steps :
7
7
- uses : actions/checkout@v3
8
- - uses : actions/setup-node@v3
9
- with :
10
- node-version-file : " .nvmrc"
11
8
- uses : pnpm/action-setup@v2
12
9
with :
13
10
version : 8.6.10
11
+ - uses : actions/setup-node@v3
12
+ with :
13
+ cache : " pnpm"
14
+ cache-dependency-path : " pnpm-lock.yaml"
15
+ node-version-file : " .nvmrc"
14
16
- name : Install dependencies
15
17
run : pnpm install
16
18
- name : Build NPM packages
You can’t perform that action at this time.
0 commit comments