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

Commitd59b1f2

Browse files
committed
chore(workflows): update to npm 18, lock googlechrome v114
1 parentb53cae5 commitd59b1f2

File tree

4 files changed

+8
-235
lines changed

4 files changed

+8
-235
lines changed

‎.github/workflows/daily-project-check.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version:[16.x]
15+
node-version:[18.x]
1616
os:[ubuntu-latest, windows-latest, macOS-latest]
1717

1818
steps:
@@ -36,13 +36,13 @@ jobs:
3636

3737
steps:
3838
-uses:actions/checkout@v3
39-
-name:Use Node.js16
39+
-name:Use Node.js18
4040
uses:actions/setup-node@v3
4141
with:
42-
node-version:16
42+
node-version:18
4343
-name:e2e chrome test
4444
run:|
45-
choco install googlechrome
45+
choco install googlechrome --version=114.0.5735.199
4646
npm i
4747
npm run e2e
4848
env:

‎.github/workflows/project-check.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version:[16.x]
19+
node-version:[18.x]
2020
os:[ubuntu-latest, windows-latest, macOS-latest]
2121

2222
steps:
@@ -40,13 +40,13 @@ jobs:
4040

4141
steps:
4242
-uses:actions/checkout@v3
43-
-name:Use Node.js16
43+
-name:Use Node.js18
4444
uses:actions/setup-node@v3
4545
with:
46-
node-version:16
46+
node-version:18
4747
-name:e2e chrome test
4848
run:|
49-
choco install googlechrome
49+
choco install googlechrome --version=114.0.5735.199
5050
npm i
5151
npm run build-lib:prod
5252
npm run e2e

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp