File tree Expand file tree Collapse file tree 6 files changed +2555
-2442
lines changed
Expand file tree Collapse file tree 6 files changed +2555
-2442
lines changed Original file line number Diff line number Diff line change 11version : 2.1
22
33orbs :
4- codecov : codecov/codecov@1 .2.5
4+ codecov : codecov/codecov@5 .2.1
55
66jobs :
77 build :
88 docker :
9- - image : circleci/node:10.16.3
9+ - image : circleci/node:14.18.2
1010 steps :
1111 - checkout
1212 - restore_cache :
Original file line number Diff line number Diff line change 1414 os : [ubuntu-latest]
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v4
1818 - name : Use Node.js ${{ matrix.node-version }}
19- uses : actions/setup-node@v1
19+ uses : actions/setup-node@v4
2020 with :
2121 node-version : ${{ matrix.node-version }}
2222 - name : npm install
2929 - name : Build
3030 env :
3131 AIO_RUNTIME_NAMESPACE : ${{ secrets.AIO_RUNTIME_NAMESPACE_PROD }}
32- uses : adobe/aio-apps-action@2.0.1
32+ uses : adobe/aio-apps-action@3.4.0
3333 with :
3434 os : ${{ matrix.os }}
3535 command : build
4343 AIO_PROJECT_WORKSPACE_ID : ${{ secrets.AIO_PROJECT_WORKSPACE_ID_PROD }}
4444 AIO_PROJECT_WORKSPACE_NAME : ${{ secrets.AIO_PROJECT_WORKSPACE_NAME_PROD }}
4545 AIO_PROJECT_WORKSPACE_DETAILS_SERVICES : ${{ secrets.AIO_PROJECT_WORKSPACE_DETAILS_SERVICES_PROD }}
46- uses : adobe/aio-apps-action@2.0.1
46+ uses : adobe/aio-apps-action@3.4.0
4747 with :
4848 os : ${{ matrix.os }}
4949 command : deploy
Original file line number Diff line number Diff line change 1515 os : [ubuntu-latest]
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v4
1919 - name : Use Node.js ${{ matrix.node-version }}
20- uses : actions/setup-node@v1
20+ uses : actions/setup-node@v4
2121 with :
2222 node-version : ${{ matrix.node-version }}
2323 - name : npm install
3030 - name : Build
3131 env :
3232 AIO_RUNTIME_NAMESPACE : ${{ secrets.AIO_RUNTIME_NAMESPACE_STAGE }}
33- uses : adobe/aio-apps-action@2.0.1
33+ uses : adobe/aio-apps-action@3.4.0
3434 with :
3535 os : ${{ matrix.os }}
3636 command : build
Original file line number Diff line number Diff line change 1111 os : [macOS-latest, ubuntu-latest, windows-latest]
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v4
1515 - name : Use Node.js ${{ matrix.node-version }}
16- uses : actions/setup-node@v1
16+ uses : actions/setup-node@v4
1717 with :
1818 node-version : ${{ matrix.node-version }}
1919 - name : npm install
@@ -26,12 +26,12 @@ jobs:
2626 - name : Build
2727 env :
2828 AIO_RUNTIME_NAMESPACE : ${{ secrets.AIO_RUNTIME_NAMESPACE_STAGE }}
29- uses : adobe/aio-apps-action@2.0.1
29+ uses : adobe/aio-apps-action@3.4.0
3030 with :
3131 os : ${{ matrix.os }}
3232 command : build
3333 - name : Test
34- uses : adobe/aio-apps-action@2.0.1
34+ uses : adobe/aio-apps-action@3.4.0
3535 with :
3636 os : ${{ matrix.os }}
3737 command : test
You can’t perform that action at this time.
0 commit comments