File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - name : Setup Node
2222 uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
2323 with :
24- node-version-file : " .nvmrc"
25- cache : " pnpm"
24+ node-version-file : .nvmrc
25+ cache : pnpm
2626
2727 - run : pnpm install
2828 - run : pnpm build
5555 - name : Setup Node
5656 uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
5757 with :
58- node-version-file : " .nvmrc"
59- cache : " pnpm"
58+ node-version-file : .nvmrc
59+ cache : pnpm
6060
6161 - run : pnpm install
6262 - run : pnpm build
8686 - name : Setup Node
8787 uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
8888 with :
89- node-version-file : " .nvmrc"
90- cache : " pnpm"
89+ node-version-file : .nvmrc
90+ cache : pnpm
9191
9292 - run : pnpm install
9393 - run : pnpm build
Original file line number Diff line number Diff line change 2121 - name : Setup Node
2222 uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
2323 with :
24- node-version-file : " .nvmrc"
25- cache : " pnpm"
24+ node-version-file : .nvmrc
25+ cache : pnpm
2626
2727 - run : pnpm install
2828 - run : pnpm lint:check
Original file line number Diff line number Diff line change 2222 - name : Setup Node
2323 uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
2424 with :
25- node-version-file : " .nvmrc"
26- cache : " pnpm"
25+ node-version-file : .nvmrc
26+ cache : pnpm
2727
2828 - run : pnpm install
2929 - run : pnpm build
6161 - name : Setup Node
6262 uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
6363 with :
64- node-version-file : " .nvmrc"
65- cache : " pnpm"
64+ node-version-file : .nvmrc
65+ cache : pnpm
6666
6767 - run : pnpm install
6868 - run : pnpm build
9494 - name : Setup Node
9595 uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
9696 with :
97- node-version-file : " .nvmrc"
98- cache : " pnpm"
97+ node-version-file : .nvmrc
98+ cache : pnpm
9999
100100 - run : pnpm install
101101 - run : pnpm build
Original file line number Diff line number Diff line change 2121 - name : Setup Node
2222 uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
2323 with :
24- node-version-file : " .nvmrc"
25- cache : " pnpm"
24+ node-version-file : .nvmrc
25+ cache : pnpm
2626
2727 - run : pnpm install
2828 - run : pnpm tsc --noEmit
5353 - name : Setup Node
5454 uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
5555 with :
56- node-version-file : " .nvmrc"
57- cache : " pnpm"
56+ node-version-file : .nvmrc
57+ cache : pnpm
5858
5959 - run : pnpm install
6060
You can’t perform that action at this time.
0 commit comments