File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
timeout-minutes : 20
18
18
strategy :
19
19
matrix :
20
- node : [ 14, 16, 18, lts/* ]
20
+ node : [ 14, 16, 18 ]
21
21
steps :
22
22
- name : Checkout twilio-node
23
23
uses : actions/checkout@v3
49
49
npm run test
50
50
51
51
- name : SonarCloud Scan
52
- if : ${{ (github.event_name == 'pull_request' || github.ref_type == 'branch') && matrix.node == 'lts/* ' && !github.event.pull_request.head.repo.fork }}
52
+ if : ${{ (github.event_name == 'pull_request' || github.ref_type == 'branch') && matrix.node == '18 ' && !github.event.pull_request.head.repo.fork }}
53
53
uses : SonarSource/sonarcloud-github-action@master
54
54
env :
55
55
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
69
69
- name : Set up Node
70
70
uses : actions/setup-node@v3
71
71
with :
72
- node-version : lts/*
72
+ node-version : 18
73
73
74
74
- run : npm install
75
75
You can’t perform that action at this time.
0 commit comments