File tree Expand file tree Collapse file tree 5 files changed +23031
-16010
lines changed Expand file tree Collapse file tree 5 files changed +23031
-16010
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
1111 GITHUB_CONTEXT : ${{ toJson(github) }}
1212 run : echo "$GITHUB_CONTEXT"
1313 - name : Checkout source code
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v5
1515 with :
1616 ref : ${{ github.event.pull_request.head.sha }}
1717 fetch-depth : 0
1818 - name : Setup Node.js
19- uses : actions/setup-node@v3
19+ uses : actions/setup-node@v5
2020 with :
21- node-version : 14
21+ node-version : 22
2222 - name : Install dependencies
2323 run : npm ci
2424 - name : Build the project
3030 with :
3131 repo-token : ${{ secrets.GITHUB_TOKEN }}
3232 - name : Upload code coverage report to workflow as an artifact
33- uses : actions/upload-artifact@v3
33+ uses : actions/upload-artifact@v4
3434 with :
3535 name : istanbul-code-coverage.zip
3636 path : coverage
3737 - name : Upload code coverage report to codecov.io and comment in pull request
38- uses : codecov/codecov-action@v3
38+ uses : codecov/codecov-action@v5
Original file line number Diff line number Diff line change @@ -10,21 +10,21 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout source code
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0
1616 - name : Setup Node.js
17- uses : actions/setup-node@v3
17+ uses : actions/setup-node@v5
1818 with :
19- node-version : 14
19+ node-version : 22
2020 - name : Install dependencies
2121 run : npm ci
2222 - name : Build the project
2323 run : npm run build:prod
2424 - name : Run tests and do code coverage check
2525 run : npm run test:coverage
2626 - name : Upload code coverage report to codecov.io
27- uses : codecov/codecov-action@v3
27+ uses : codecov/codecov-action@v5
2828 - name : Upload Sonar report to sonarcloud.io
2929 uses : sonarsource/sonarcloud-github-action@master
3030 env :
Original file line number Diff line number Diff line change 1111 if : github.event.workflow_run.conclusion == 'success'
1212 steps :
1313 - name : Checkout source code
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v5
1515 with :
1616 repository : ${{ github.event.workflow_run.head_repository.full_name }}
1717 ref : ${{ github.event.workflow_run.head_branch }}
You can’t perform that action at this time.
0 commit comments