Movatterモバイル変換


[0]ホーム

URL:


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

Commit0014dc1

Browse files
committed
fix: npm ci should be using legacy peer deps
1 parent980cd79 commit0014dc1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎.github/workflows/build.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
with:
2929
node-version:${{ matrix.node-version }}
3030
-name:Install dependencies
31-
run:npm ci
31+
run:npm ci --legacy-peer
3232
-name:Run build
3333
run:npm run build

‎.github/workflows/lint.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
with:
2929
node-version:${{ matrix.node-version }}
3030
-name:Install dependencies
31-
run:npm ci
31+
run:npm ci --legacy-peer
3232
-name:Run lint
3333
run:npm run lint

‎.github/workflows/tests.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
with:
2929
node-version:${{ matrix.node-version }}
3030
-name:Install dependencies
31-
run:npm ci
31+
run:npm ci --legacy-peer
3232
-name:Run tests
3333
run:npm run test_ci

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp