File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 uses : actions/checkout@v2
2020 # Node is required for npm
2121 - name : Set up Node
22- uses : actions/setup-node@v2
22+ uses : actions/setup-node@v3
2323 with :
2424 node-version : " 14"
2525 # 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+ - uses : actions/setup-node@v3
2222 with :
2323 node-version : ' 14'
2424 cache : pnpm
4747 uses : nrwl/nx-set-shas@v2
4848 with :
4949 main-branch-name : ' master'
50- - uses : actions/setup-node@v2
50+ - uses : actions/setup-node@v3
5151 with :
5252 node-version : ' 14'
5353 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+ - uses : actions/setup-node@v3
2020 with :
2121 cache : pnpm
2222 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+ - uses : actions/setup-node@v3
2121 with :
2222 node-version : " 14"
2323 cache : pnpm
4848 with :
4949 ref : ' master'
5050 fetch-depth : 0
51- - uses : actions/setup-node@v2
51+ - uses : actions/setup-node@v3
5252 with :
5353 cache : pnpm
5454 node-version : " 14"
You can’t perform that action at this time.
0 commit comments