File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3333 name : Setting Up Node.js (${{ matrix.node-version }})
3434 with :
3535 node-version : ${{ matrix.node-version }}
36- cache : ' pnpm'
36+ cache : ${{ env.USE_LOCKFILE == 'true' && ' pnpm' || '' }}
3737
3838 - run : pnpm install --frozen-lockfile
3939 if : " env.USE_LOCKFILE == 'true'"
Original file line number Diff line number Diff line change 3333 name : Setting Up Node.js (${{ matrix.node-version }})
3434 with :
3535 node-version : ${{ matrix.node-version }}
36- cache : ' pnpm'
36+ cache : ${{ env.USE_LOCKFILE == 'true' && ' pnpm' || '' }}
3737
3838 - run : pnpm install --frozen-lockfile
3939 if : " env.USE_LOCKFILE == 'true'"
Original file line number Diff line number Diff line change 3030 name : Setting Up Node.js (${{ matrix.node-version }})
3131 with :
3232 node-version : ${{ matrix.node-version }}
33- cache : ' pnpm'
33+ cache : ${{ env.USE_LOCKFILE == 'true' && ' pnpm' || '' }}
3434
3535 - run : pnpm install --frozen-lockfile
3636 if : " env.USE_LOCKFILE == 'true'"
Original file line number Diff line number Diff line change 3333 name : Setting Up Node.js (${{ matrix.node-version }})
3434 with :
3535 node-version : ${{ matrix.node-version }}
36- cache : ' pnpm'
36+ cache : ${{ env.USE_LOCKFILE == 'true' && ' pnpm' || '' }}
3737
3838 - run : pnpm install --frozen-lockfile
3939 if : " env.USE_LOCKFILE == 'true'"
4343 # regionend
4444
4545 # region Steps
46-
46+
4747 - run : pnpm build
4848
4949 - run : pnpm lint
You can’t perform that action at this time.
0 commit comments