File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 strategy :
1616 matrix :
17- node : [ '16', ' 18', '20' ]
17+ node : [ '18', '20' ]
1818 name : Node ${{ matrix.node }}
1919 steps :
2020 - name : Checkout
3737 - name : Setup node
3838 uses : actions/setup-node@v3
3939 with :
40- node-version : 18
40+ node-version : 20
4141 - name : Install dependencies
4242 run : npm install
4343 - name : Testing
Original file line number Diff line number Diff line change 1515 - name : Setup node
1616 uses : actions/setup-node@v3
1717 with :
18- node-version : 18
18+ node-version : 20
1919 - name : Install dependencies
2020 run : npm install
2121 - name : Build
2828 token : ${{ secrets.NPM_TOKEN }}
2929 access : " public"
3030 dry-run : false
31- check-version : true
31+ check-version : true
Original file line number Diff line number Diff line change 11sonar.projectKey =connect-ui-toolkit
22sonar.organization =cloudbluesonarcube
3- sonar.javascript.lcov.reportPaths =test/coverage/lcov.info
3+ sonar.javascript.lcov.reportPaths =components/ test/coverage/lcov.info
44sonar.exclusions =**/**/*.spec.js,**/**/*.stories.js
You can’t perform that action at this time.
0 commit comments