File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- node-version : [18 .x, 20 .x]
13+ node-version : [20 .x, 22 .x]
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v4
1616 - name : Use Node.js ${{ matrix.node-version }}
17- uses : actions/setup-node@v1
17+ uses : actions/setup-node@v4
1818 with :
1919 node-version : ${{ matrix.node-version }}
2020 - name : Build
Original file line number Diff line number Diff line change 4040 "prepare" : " husky install"
4141 },
4242 "devDependencies" : {
43- "@semantic-release/changelog" : " ^6.0.1 " ,
43+ "@semantic-release/changelog" : " ^6.0.3 " ,
4444 "@semantic-release/git" : " ^10.0.1" ,
4545 "@trivago/prettier-plugin-sort-imports" : " ^3.2.0" ,
4646 "@types/html-minifier" : " ^4.0.2" ,
7171 "pretty-quick" : " ^3.1.3" ,
7272 "react" : " ^18.3" ,
7373 "react-dom" : " ^18.3" ,
74- "semantic-release" : " ^19 .0.5 " ,
74+ "semantic-release" : " ^24 .0.0 " ,
7575 "ts-jest" : " ^29.0.3" ,
7676 "ts-node" : " ^10.3.0" ,
7777 "typescript" : " 4.5.5"
You can’t perform that action at this time.
0 commit comments