File tree Expand file tree Collapse file tree 5 files changed +542
-35
lines changed Expand file tree Collapse file tree 5 files changed +542
-35
lines changed Original file line number Diff line number Diff line change 44 continuous-integration :
55 name : Continuous Integration
66 runs-on : ubuntu-latest
7+ strategy :
8+ matrix :
9+ version : [20, 22]
710 steps :
811 - uses : actions/checkout@v4
912 - uses : pnpm/action-setup@v4
1013 - uses : actions/setup-node@v4
1114 with :
12- node-version : ' 22 '
15+ node-version : ${{ matrix.version }}
1316 cache : ' pnpm'
1417 - run : pnpm install
1518 - run : pnpm run test
19+ # FIXME: To be reactivated
1620 # - run: pnpm run lint
1721 - run : pnpm run tsc --noEmit
1822 # - run: pnpm run smoke cjs 19.0.0
Original file line number Diff line number Diff line change 55src /
66tests /
77
8- .babelrc
98.eslintignore
109.eslintrc.js
11- .travis.yml
1210.prettier
1311.prettierignore
1412commitlint.config.js
1513release.sh
1614renovate.json
17- rollup.config.js
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3333 "react-is" : " ^19.0.0"
3434 },
3535 "devDependencies" : {
36+ "@commitlint/cli" : " ^19.6.1" ,
37+ "@commitlint/config-angular" : " ^19.7.0" ,
3638 "@testing-library/dom" : " ^10.4.0" ,
3739 "@testing-library/jest-dom" : " ^6.6.3" ,
3840 "@testing-library/react" : " ^16.1.0" ,
You can’t perform that action at this time.
0 commit comments