File tree Expand file tree Collapse file tree 4 files changed +91
-91
lines changed
Expand file tree Collapse file tree 4 files changed +91
-91
lines changed Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v3
1515 - uses : actions/setup-node@v3
1616 with :
17- node-version : 14
17+ node-version : 18
1818 - run : npm ci
1919 - name : Release
2020 env :
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v3
1414 - uses : actions/setup-node@v3
1515 with :
16- node-version : 14
16+ node-version : 18
1717 - run : npm ci
1818 - name : Test
1919 run : npm run test
2424 - uses : actions/checkout@v3
2525 - uses : actions/setup-node@v3
2626 with :
27- node-version : 14
27+ node-version : 18
2828 - run : npm ci
2929 - name : Lint
3030 run : npm run lint
Original file line number Diff line number Diff line change 99 "default" : " ./dist/index-esm.mjs"
1010 },
1111 "engines" : {
12- "node" : " ^12.22 || ^14.13 || >=16 "
12+ "node" : " ^14.13 || >=16 || >=18 "
1313 },
1414 "repository" : " git@github.com:reconbot/typescript-library-template.git" ,
1515 "homepage" : " https://github.com/reconbot/typescript-library-template" ,
2727 ],
2828 "license" : " MIT" ,
2929 "devDependencies" : {
30- "@microsoft/api-extractor" : " 7.19.4 " ,
31- "@types/chai" : " 4.3.0 " ,
32- "@types/mocha" : " 9.1.0 " ,
33- "@types/node" : " 17.0.15 " ,
34- "@typescript-eslint/eslint-plugin" : " 5.13.0 " ,
35- "@typescript-eslint/parser" : " 5.13.0 " ,
30+ "@microsoft/api-extractor" : " 7.29.3 " ,
31+ "@types/chai" : " 4.3.3 " ,
32+ "@types/mocha" : " 9.1.1 " ,
33+ "@types/node" : " 18.7.8 " ,
34+ "@typescript-eslint/eslint-plugin" : " 5.33.1 " ,
35+ "@typescript-eslint/parser" : " 5.33.1 " ,
3636 "chai" : " 4.3.6" ,
3737 "esbuild" : " 0.14.47" ,
3838 "esbuild-register" : " 3.3.2" ,
You can’t perform that action at this time.
0 commit comments