File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v2
16- - uses : actions/setup-node@v1
15+ - uses : actions/checkout@v3
16+ - uses : actions/setup-node@v3
1717 with :
18- node-version : 12
18+ node-version : 14
1919 - run : npm install
2020 - run : npm run lint
2121 - run : npm run build
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v2
15- - uses : actions/setup-node@v1
14+ - uses : actions/checkout@v3
15+ - uses : actions/setup-node@v3
1616 with :
17- node-version : 12
17+ node-version : 14
1818 registry-url : ' https://registry.npmjs.org'
1919 - run : npm install
2020 - run : bash ./prepare-release.sh
Original file line number Diff line number Diff line change 3131 "devDependencies" : {
3232 "@types/chai" : " ~4.2.11" ,
3333 "@types/mocha" : " ~7.0.2" ,
34- "@types/node" : " ~13.13.4 " ,
34+ "@types/node" : " ~14.18.26 " ,
3535 "chai" : " ~4.2.0" ,
3636 "mocha" : " ~8.0.1" ,
3737 "npm-run-all" : " ~4.1.5" ,
Original file line number Diff line number Diff line change 22 "compilerOptions" : {
33 "baseUrl" : " ./" ,
44 "declaration" : false ,
5- "lib" : [" es2015" , " es2016" ],
5+ "lib" : [" es2020" ],
6+ "module" : " commonjs" ,
67 "newLine" : " LF" ,
78 "noEmitOnError" : true ,
89 "noFallthroughCasesInSwitch" : true ,
1112 "outDir" : " ./lib" ,
1213 "rootDir" : " ./" ,
1314 "strict" : true ,
14- "target" : " es5 " ,
15+ "target" : " es2020 " ,
1516 "types" : []
1617 }
1718}
You can’t perform that action at this time.
0 commit comments