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

Commit4f5b26c

Browse files
authored
ci: use npm instead of yarn (#471)
* ci: use npm instead of yarn* build: fix peer deps
1 parent52ee663 commit4f5b26c

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

‎.github/workflows/build.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cache-name:cache-node-modules
1919
with:
2020
path:~/.npm
21-
key:${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/yarn.lock') }}
21+
key:${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('package-lock.json') }}
2222
restore-keys:|
2323
${{ runner.os }}-build-${{ env.cache-name }}-
2424
${{ runner.os }}-build-
@@ -28,6 +28,6 @@ jobs:
2828
with:
2929
node-version:${{ matrix.node-version }}
3030
-name:Install dependencies
31-
run:yarn
31+
run:npm ci
3232
-name:Run build
3333
run:npm run build

‎.github/workflows/lint.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cache-name:cache-node-modules
1919
with:
2020
path:~/.npm
21-
key:${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/yarn.lock') }}
21+
key:${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('package-lock.json') }}
2222
restore-keys:|
2323
${{ runner.os }}-build-${{ env.cache-name }}-
2424
${{ runner.os }}-build-
@@ -28,6 +28,6 @@ jobs:
2828
with:
2929
node-version:${{ matrix.node-version }}
3030
-name:Install dependencies
31-
run:yarn
31+
run:npm ci
3232
-name:Run lint
3333
run:npm run lint

‎.github/workflows/tests.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cache-name:cache-node-modules
1919
with:
2020
path:~/.npm
21-
key:${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/yarn.lock') }}
21+
key:${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('package-lock.json') }}
2222
restore-keys:|
2323
${{ runner.os }}-build-${{ env.cache-name }}-
2424
${{ runner.os }}-build-
@@ -28,6 +28,6 @@ jobs:
2828
with:
2929
node-version:${{ matrix.node-version }}
3030
-name:Install dependencies
31-
run:yarn
31+
run:npm ci
3232
-name:Run tests
3333
run:npm run test_ci

‎package-lock.json‎

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@angular/router":"^18.2.8",
3535
"bootstrap":"^5.3.1",
3636
"marked":"7.0.4",
37-
"ngx-bootstrap":"^12.0.0",
37+
"ngx-bootstrap":"^18.0.0",
3838
"rxjs":"~7.8.0",
3939
"zone.js":"~0.14.2"
4040
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp