File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1616 if : ${{ !contains(github.head_ref, 'all-contributors') }}
1717 strategy :
1818 matrix :
19- node : [12.13, 12, 14 , 16]
19+ node : [12.22, 14.17 , 16]
2020 react : [16.9.0, ^16, ^17]
2121 runs-on : ubuntu-latest
2222 steps :
Original file line number Diff line number Diff line change 55 "main" : " lib/index.js" ,
66 "types" : " lib/index.d.ts" ,
77 "engines" : {
8- "node" : " >=12"
8+ "node" : " >=12.22.0 "
99 },
1010 "keywords" : [
1111 " testing" ,
5656 "react-error-boundary" : " ^3.1.0"
5757 },
5858 "devDependencies" : {
59- "@typescript-eslint/eslint-plugin" : " 5.10.0" ,
60- "@typescript-eslint/parser" : " 5.10.0" ,
6159 "all-contributors-cli" : " 6.20.0" ,
6260 "codecov" : " 3.8.3" ,
6361 "cross-env" : " ^7.0.3" ,
6462 "docz" : " 2.3.1" ,
6563 "docz-theme-default" : " 1.2.0" ,
6664 "docz-utils" : " 2.3.0" ,
67- "eslint" : " 7.32.0" ,
6865 "get-pkg-repo" : " 4.1.1" ,
69- "kcd-scripts" : " 11.2.2 " ,
66+ "kcd-scripts" : " 12.0.0 " ,
7067 "prettier" : " 2.5.1" ,
7168 "react" : " 17.0.2" ,
7269 "react-dom" : " 17.0.2" ,
You can’t perform that action at this time.
0 commit comments