File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
1515
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v6
1919
2020 - name : Use Node.js ${{ matrix.node-version }}
21- uses : actions/setup-node@v1
21+ uses : actions/setup-node@v5
2222 with :
2323 node-version : ${{ matrix.node-version }}
2424
2525 - name : Cache node modules
26- uses : actions/cache@v4
26+ uses : actions/cache@v5
2727 with :
2828 path : ~/.npm
2929 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
4444
4545 - name : Archive build
4646 if : success()
47- uses : actions/upload-artifact@v4
47+ uses : actions/upload-artifact@v6
4848 with :
4949 name : deploy_dist
5050 path : cider-app/dist/cider
@@ -54,10 +54,10 @@ jobs:
5454 needs : build
5555 steps :
5656 - name : Checkout
57- uses : actions/checkout@v1
57+ uses : actions/checkout@v6
5858
5959 - name : Download build
60- uses : actions/download-artifact@v4
60+ uses : actions/download-artifact@v6
6161 with :
6262 name : deploy_dist
6363
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222
2323 steps :
2424 - name : Check out Git repository
25- uses : actions/checkout@v3
25+ uses : actions/checkout@v6
2626
2727 - name : Use Node.js ${{ matrix.node-version }}
28- uses : actions/setup-node@v1
28+ uses : actions/setup-node@v5
2929 with :
3030 node-version : ${{ matrix.node-version }}
3131
Original file line number Diff line number Diff line change 5252 "budgets" : [
5353 {
5454 "type" : " initial" ,
55- "maximumWarning" : " 4mb " ,
56- "maximumError" : " 6mb "
55+ "maximumWarning" : " 8mb " ,
56+ "maximumError" : " 10mb "
5757 },
5858 {
5959 "type" : " anyComponentStyle" ,
You can’t perform that action at this time.
0 commit comments