File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- node : [10, 12, 14 ]
13+ node : [12, 16, 18 ]
1414 steps :
1515 - uses : actions/checkout@v1
1616 - uses : actions/setup-node@v1
Original file line number Diff line number Diff line change 77 release-please :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : bcoe/release-please-action@v2.6.0
10+ - uses : bcoe/release-please-action@v3
1111 id : release
1212 with :
1313 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 4949 "author" :
" Ben Coe <[email protected] >" ,
5050 "license" : " ISC" ,
5151 "dependencies" : {
52+ "rollup-plugin-ts" : " ^3.0.2" ,
5253 "string-width" : " ^4.2.0" ,
5354 "strip-ansi" : " ^6.0.1" ,
5455 "wrap-ansi" : " ^7.0.0"
5758 "@types/node" : " ^14.0.27" ,
5859 "@typescript-eslint/eslint-plugin" : " ^4.0.0" ,
5960 "@typescript-eslint/parser" : " ^4.0.0" ,
60- "@wessberg/rollup-plugin-ts" : " ^1.3.2" ,
6161 "c8" : " ^7.3.0" ,
6262 "chai" : " ^4.2.0" ,
6363 "chalk" : " ^4.1.0" ,
7777 " index.mjs" ,
7878 " !*.d.ts"
7979 ],
80- "engine " : {
81- "node" : " >=10 "
80+ "engines " : {
81+ "node" : " >=12 "
8282 }
8383}
Original file line number Diff line number Diff line change 1- import ts from '@wessberg/ rollup-plugin-ts'
1+ import ts from 'rollup-plugin-ts'
22
33const output = {
44 format : 'cjs' ,
You can’t perform that action at this time.
0 commit comments