File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
1818 - name : Check out repo
1919 uses : actions/checkout@v2
20+ - name : Setup pnpm
21+ uses : pnpm/action-setup@v2
22+ with :
23+ version : 6
2024 # Node is required for npm
2125 - name : Set up Node
22- uses : actions/setup-node@v2
26+ uses : actions/setup-node@v3
2327 with :
2428 node-version : " 14"
2529 # Install and build Docusaurus website
Original file line number Diff line number Diff line change 1818 uses : nrwl/nx-set-shas@v2
1919 with :
2020 main-branch-name : ' master'
21- - uses : actions/setup-node@v2
21+ - name : Setup pnpm
22+ uses : pnpm/action-setup@v2
23+ with :
24+ version : 6
25+ - uses : actions/setup-node@v3
2226 with :
2327 node-version : ' 14'
2428 cache : pnpm
4751 uses : nrwl/nx-set-shas@v2
4852 with :
4953 main-branch-name : ' master'
50- - uses : actions/setup-node@v2
54+ - name : Setup pnpm
55+ uses : pnpm/action-setup@v2
56+ with :
57+ version : 6
58+ - uses : actions/setup-node@v3
5159 with :
5260 node-version : ' 14'
5361 cache : pnpm
Original file line number Diff line number Diff line change 1616 with :
1717 fetch-depth : 0
1818 ref : ${{ github.event.inputs.branch }}
19- - uses : actions/setup-node@v2
19+ - name : Setup pnpm
20+ uses : pnpm/action-setup@v2
21+ with :
22+ version : 6
23+ - uses : actions/setup-node@v3
2024 with :
2125 cache : pnpm
2226 node-version : " 14"
Original file line number Diff line number Diff line change 1717 uses : nrwl/nx-set-shas@v2
1818 with :
1919 main-branch-name : ' master'
20- - uses : actions/setup-node@v2
20+ - name : Setup pnpm
21+ uses : pnpm/action-setup@v2
22+ with :
23+ version : 6
24+ - uses : actions/setup-node@v3
2125 with :
2226 node-version : " 14"
2327 cache : pnpm
4852 with :
4953 ref : ' master'
5054 fetch-depth : 0
51- - uses : actions/setup-node@v2
55+ - name : Setup pnpm
56+ uses : pnpm/action-setup@v2
57+ with :
58+ version : 6
59+ - uses : actions/setup-node@v3
5260 with :
5361 cache : pnpm
5462 node-version : " 14"
You can’t perform that action at this time.
0 commit comments