File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
projects/angular-resize-event Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414
1515 strategy :
1616 matrix :
17- node-version : [12 .x, 14 .x]
17+ node-version : [14 .x, 16 .x]
1818
1919 steps :
2020 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v2
1515 - uses : actions/setup-node@v1
1616 with :
17- node-version : 12
17+ node-version : 16
1818 - run : npm ci
1919 - run : npm run build
2020
2525 - uses : actions/checkout@v2
2626 - uses : actions/setup-node@v1
2727 with :
28- node-version : 12
28+ node-version : 16
2929 registry-url : https://registry.npmjs.org/
3030 - run : npm ci
3131 - run : npm run build
4141# - uses: actions/checkout@v2
4242# - uses: actions/setup-node@v1
4343# with:
44- # node-version: 12
44+ # node-version: 16
4545# registry-url: https://npm.pkg.github.com/
4646# - run: npm ci
4747# - run: npm publish
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-resize-event" ,
3- "version" : " 3.1.2 " ,
3+ "version" : " 3.2.0 " ,
44 "scripts" : {
55 "ng" : " ng" ,
66 "start" : " ng serve" ,
3838 "ng-packagr" : " ^14.0.2" ,
3939 "typescript" : " ~4.7.3"
4040 }
41- }
41+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-resize-event" ,
3- "version" : " 3.1.2 " ,
3+ "version" : " 3.2.0 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " https://github.com/vdolek/angular-resize-event"
You can’t perform that action at this time.
0 commit comments