File tree Expand file tree Collapse file tree 2 files changed +15
-16
lines changed
Expand file tree Collapse file tree 2 files changed +15
-16
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99
1010 steps :
11- - uses : actions/checkout@v2
12- - name : Use Node.js ${{ matrix.node_version }}
13- uses : actions/setup-node@v2
11+ - uses : actions/checkout@v4
12+ - name : Use Node.js 22
13+ uses : actions/setup-node@v4
1414 with :
1515 node-version : " 22"
1616 - name : Prepare env
2323 runs-on : ubuntu-latest
2424
2525 steps :
26- - uses : actions/checkout@v2
27- - name : Use Node.js ${{ matrix.node_version }}
28- uses : actions/setup-node@v2
26+ - uses : actions/checkout@v4
27+ - name : Use Node.js 22
28+ uses : actions/setup-node@v4
2929 with :
3030 node-version : " 22"
3131 - name : Prepare env
3838 runs-on : ubuntu-latest
3939
4040 steps :
41- - uses : actions/checkout@v2
42- - name : Use Node.js ${{ matrix.node_version }}
43- uses : actions/setup-node@v2
41+ - uses : actions/checkout@v4
42+ - name : Use Node.js 22
43+ uses : actions/setup-node@v4
4444 with :
4545 node-version : " 22"
4646 - name : Prepare env
5555 runs-on : ubuntu-latest
5656
5757 steps :
58- - uses : actions/checkout@v2
59- - name : Use Node.js ${{ matrix.node_version }}
60- uses : actions/setup-node@v2
58+ - uses : actions/checkout@v4
59+ - name : Use Node.js 22
60+ uses : actions/setup-node@v4
6161 with :
6262 node-version : " 22"
6363 - name : Prepare env
Original file line number Diff line number Diff line change 55 "main" : " dist/react-final-form-arrays.cjs.js" ,
66 "jsnext:main" : " dist/react-final-form-arrays.es.js" ,
77 "module" : " dist/react-final-form-arrays.es.js" ,
8- "typings" : " dist/index.d.ts" ,
98 "files" : [
109 " dist"
1110 ],
4342 "@babel/preset-react" : " ^7.27.1" ,
4443 "@babel/preset-typescript" : " ^7.27.1" ,
4544 "@rollup/plugin-typescript" : " ^12.1.2" ,
45+ "@size-limit/preset-small-lib" : " ^11.1.6" ,
4646 "@testing-library/dom" : " ^10.4.0" ,
4747 "@testing-library/jest-dom" : " ^6.6.3" ,
4848 "@testing-library/react" : " ^16.3.0" ,
8484 "rollup-plugin-node-resolve" : " ^5.2.0" ,
8585 "rollup-plugin-replace" : " ^2.2.0" ,
8686 "rollup-plugin-uglify" : " ^6.0.4" ,
87- "typescript" : " ^5.8.3" ,
88- "@size-limit/preset-small-lib" : " ^11.1.6" ,
89- "size-limit" : " ^11.1.6"
87+ "size-limit" : " ^11.1.6" ,
88+ "typescript" : " ^5.8.3"
9089 },
9190 "peerDependencies" : {
9291 "final-form" : " ^5.0.0" ,
You can’t perform that action at this time.
0 commit comments