File tree Expand file tree Collapse file tree 4 files changed +11
-12
lines changed
Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 44 build :
55 runs-on : ubuntu-latest
66 steps :
7- - uses : actions/checkout@v3
7+ - uses : actions/checkout@v4
88 - uses : actions/setup-node@v3
99 with :
10- node-version : ' 18 '
11- cache : ' npm'
10+ node-version : " 18 "
11+ cache : " npm"
1212 - run : npm ci
1313 - run : npm link
1414 - run : node --check .
2222 --release="1.0.0"
2323 --branch="${GITHUB_REF##*/}"
2424 --output="samples/sonar-report_sonar-report.html"
25- --exit-code
25+ --exit-code
Original file line number Diff line number Diff line change 1-
21name : Publish
32on :
43 release :
76 release :
87 runs-on : ubuntu-latest
98 steps :
10- - uses : actions/checkout@v3
9+ - uses : actions/checkout@v4
1110 - uses : actions/setup-node@v3
1211 with :
13- node-version : ' 18 '
14- registry-url : ' https://registry.npmjs.org'
12+ node-version : " 18 "
13+ registry-url : " https://registry.npmjs.org"
1514 - run : npm ci
1615 - run : npm publish
1716 env :
18- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
17+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 99
1010## Install
1111
12- Compatible with node 10+ (tested with node 10 -> 18)
12+ Compatible with node 14+
1313
1414``` bash
1515$ npm install -g sonar-report
Original file line number Diff line number Diff line change 11{
22 "name" : " sonar-report" ,
3- "version" : " 3.1.0 " ,
3+ "version" : " 3.1.1 " ,
44 "main" : " index.js" ,
55 "author" : " SopraSteria" ,
66 "bin" : {
2828 "access" : " public"
2929 },
3030 "engines" : {
31- "node" : " ^12.20.0 || >=14"
31+ "node" : " >=14 <=20 "
3232 }
3333}
You can’t perform that action at this time.
0 commit comments