File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v2
38+ uses : actions/checkout@v3
3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1616
1717 strategy :
1818 matrix :
19- node-version : [16.x, 18.x]
19+ node-version : [18.x]
2020
2121 steps :
2222 - name : Checkout
5353 npm run build:i18n
5454 npm run test:i18n:dist
5555 - name : Publish to coveralls.io
56- if : github.repository == 'IgniteUI/igniteui-angular' && matrix.node-version == '16.x'
56+ # if: github.repository == 'IgniteUI/igniteui-angular' && matrix.node-version == '16.x'
5757 uses :
coverallsapp/[email protected] 5858 with :
5959 github-token : ${{ github.token }}
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v3
1212 - uses : actions/setup-node@v3
1313 with :
14- node-version : 16
14+ node-version : 18
1515 cache : ' npm'
1616 registry-url : ' https://registry.npmjs.org'
1717 - run : echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/stale@v1
13+ - uses : actions/stale@v7
1414 with :
1515 repo-token : ${{ secrets.GITHUB_TOKEN }}
1616 stale-issue-message : ' There has been no recent activity and this issue has been marked inactive.'
You can’t perform that action at this time.
0 commit comments