Skip to content

Commit e6ff35c

Browse files
author
Savina Shen (Manpower Services Taiwan Co Ltd)
committed
feat: support react 19
1 parent 21f34bf commit e6ff35c

File tree

4 files changed

+11160
-8126
lines changed

4 files changed

+11160
-8126
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929
cache: 'npm'
30-
- run: npm ci --legacy-peer-deps
30+
- run: npm ci
3131
- run: npm run test # runs linting and tests
3232
- run: npm run build --if-present
3333
- run: python -m pip install linkcheckmd

.github/workflows/npm-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
node-version: 20
3030
registry-url: https://registry.npmjs.org/
31-
- run: npm ci --legacy-peer-deps
31+
- run: npm ci
3232
- run: npm run build --if-present --isNpmBuild
3333
- run: npm publish --access=public --tag=beta
3434
env:

0 commit comments

Comments
 (0)