File tree Expand file tree Collapse file tree 6 files changed +10
-741
lines changed
Expand file tree Collapse file tree 6 files changed +10
-741
lines changed Original file line number Diff line number Diff line change 5252 - name : Setup Node.js
5353 uses : actions/setup-node@v4
5454 with :
55- node-version : ' 18 '
55+ node-version : " 20 "
5656 registry-url : ' https://registry.npmjs.org'
5757
5858 - name : Install dependencies
Original file line number Diff line number Diff line change 5252 - name : Setup Node.js
5353 uses : actions/setup-node@v4
5454 with :
55- node-version : ' 18 '
55+ node-version : " 20 "
5656 registry-url : ' https://registry.npmjs.org'
5757
5858 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 - name : Use Node.js
1616 uses : actions/setup-node@v3
1717 with :
18- node-version : " 18 "
18+ node-version : " 20 "
1919
2020 - name : Install workspace dependencies
21- run : npm install --legacy-peer-deps
21+ run : npm install
2222 working-directory : .
2323
2424 lighthouse :
@@ -31,11 +31,11 @@ jobs:
3131 ref : ${{ github.event.pull_request.head.sha }}
3232
3333 - name : Install workspace dependencies
34- run : npm install --legacy-peer-deps
34+ run : npm install
3535 working-directory : .
3636
3737 - name : Install dependencies
38- run : npm install --legacy-peer-deps
38+ run : npm install
3939 working-directory : templates/react-javascript
4040
4141 - name : Build project
You can’t perform that action at this time.
0 commit comments