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 35
35
36
36
steps :
37
37
- name : Checkout repository
38
- uses : actions/checkout@v2
38
+ uses : actions/checkout@v3
39
39
40
40
# Initializes the CodeQL tools for scanning.
41
41
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 16
16
17
17
strategy :
18
18
matrix :
19
- node-version : [16.x, 18.x]
19
+ node-version : [18.x]
20
20
21
21
steps :
22
22
- name : Checkout
53
53
npm run build:i18n
54
54
npm run test:i18n:dist
55
55
- 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'
57
57
uses :
coverallsapp/[email protected]
58
58
with :
59
59
github-token : ${{ github.token }}
Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v3
12
12
- uses : actions/setup-node@v3
13
13
with :
14
- node-version : 16
14
+ node-version : 18
15
15
cache : ' npm'
16
16
registry-url : ' https://registry.npmjs.org'
17
17
- run : echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - uses : actions/stale@v1
13
+ - uses : actions/stale@v7
14
14
with :
15
15
repo-token : ${{ secrets.GITHUB_TOKEN }}
16
16
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