Skip to content

Commit 121da27

Browse files
Chia-Chi-ShenSavina Shen (Manpower Services Taiwan Co Ltd)
andauthored
feat: support react 19 (#229)
Co-authored-by: Savina Shen (Manpower Services Taiwan Co Ltd) <a-savinashen@microsoft.com>
1 parent 21f34bf commit 121da27

File tree

4 files changed

+11160
-8126
lines changed

4 files changed

+11160
-8126
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)