Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b4c0a14

Browse files
Fix Github Actions
1 parent fe44a8d commit b4c0a14

File tree

5 files changed

+543
-35
lines changed

5 files changed

+543
-35
lines changed

‎.github/workflows/continuous-integration.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,22 @@ jobs:
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
22+
# FIXME: To be reactivated (or not)
1823
# - run: pnpm run smoke cjs 15.6.2
1924
# - run: pnpm run smoke esm 15.6.2
2025
# - run: pnpm run smoke cjs 16.7.0

‎.npmignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@
55
src/
66
tests/
77

8-
.babelrc
98
.eslintignore
109
.eslintrc.js
11-
.travis.yml
1210
.prettier
1311
.prettierignore
1412
commitlint.config.js
1513
release.sh
1614
renovate.json
17-
rollup.config.js

‎index.d.ts

Lines changed: 0 additions & 27 deletions
This file was deleted.

‎package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
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",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /