File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 66 - master
77 - ' v*'
88env :
9- node_version : " 12 .x"
9+ node_version : " 16 .x"
1010
1111jobs :
1212 build : # make sure build/ci work properly
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ inputs:
1111 description : ' Appspec file'
1212 required : true
1313runs :
14- using : ' node12 '
14+ using : ' node16 '
1515 main : ' dist/index.js'
Original file line number Diff line number Diff line change 2020 },
2121 "devDependencies" : {
2222 "@types/jest" : " ^24.0.23" ,
23- "@types/node" : " ^12.7.12 " ,
23+ "@types/node" : " ^16.18.3 " ,
2424 "@typescript-eslint/parser" : " ^2.8.0" ,
2525 "@zeit/ncc" : " ^0.20.5" ,
2626 "eslint" : " ^5.16.0" ,
Original file line number Diff line number Diff line change 584584 resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.14.tgz#24a0b5959f16ac141aeb0c5b3cd7a15b7c64cbce"
585585 integrity sha512-syUgf67ZQpaJj01/tRTknkMNoBBLWJOBODF0Zm4NrXmiSuxjymFrxnTu1QVYRubhVkRcZLYZG8STTwJRdVm/WQ==
586586
587- " @types/node@^12.7.12 " :
588- version "12.12.47 "
589- resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.47 .tgz#5007b8866a2f9150de82335ca7e24dd1d59bdfb5 "
590- integrity sha512-yzBInQFhdY8kaZmqoL2+3U5dSTMrKaYcb561VU+lDzAYvqt+2lojvBEy+hmpSNuXnPTx7m9+04CzWYOUqWME2A ==
587+ " @types/node@^16.18.3 " :
588+ version "16.18.3 "
589+ resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.3 .tgz#d7f7ba828ad9e540270f01ce00d391c54e6e0abc "
590+ integrity sha512-jh6m0QUhIRcZpNv7Z/rpN+ZWXOicUUQbSoWks7Htkbb9IjFQj4kzcX/xFCkjstCj5flMsN8FiSvt+q+Tcs4Llg ==
591591
592592" @types/parse-json@^4.0.0 " :
593593 version "4.0.0"
You can’t perform that action at this time.
0 commit comments