File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,25 +2,25 @@ name: Test build
22
33on :
44 push :
5- branches : [' main' ]
5+ branches : [" main" ]
66 pull_request :
7- branches : [' main' ]
7+ branches : [" main" ]
88
99jobs :
1010 build :
1111 runs-on : ubuntu-latest
1212
1313 strategy :
1414 matrix :
15- node-version : [14 .x, 16 .x, 18 .x]
16-
15+ node-version : [18 .x, 20 .x, 22 .x]
16+
1717 steps :
1818 - uses : actions/checkout@v3
1919 - name : Use Node.js ${{ matrix.node-version }}
2020 uses : actions/setup-node@v3
2121 with :
2222 node-version : ${{ matrix.node-version }}
23- cache : ' yarn'
23+ cache : " yarn"
2424 - run : yarn install
2525 - run : yarn build
2626 - run : yarn coverage
Original file line number Diff line number Diff line change 5555 },
5656 "dependencies" : {},
5757 "devDependencies" : {
58- "@babel/preset-env" : " ^7.20.2 " ,
59- "@rollup/plugin-commonjs" : " ^23 .0.2 " ,
60- "@rollup/plugin-node-resolve" : " ^15 .0.1 " ,
61- "jest" : " ^29.3.1 " ,
62- "rollup" : " ^3.2.5 " ,
58+ "@babel/preset-env" : " ^7.28.5 " ,
59+ "@rollup/plugin-commonjs" : " ^29 .0.0 " ,
60+ "@rollup/plugin-node-resolve" : " ^16 .0.3 " ,
61+ "jest" : " ^30.2.0 " ,
62+ "rollup" : " ^4.53.3 " ,
6363 "rollup-plugin-copy" : " ^3.5.0" ,
6464 "rollup-plugin-terser" : " ^7.0.2"
6565 }
You can’t perform that action at this time.
0 commit comments