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

Commitee0d992

Browse files
committed
Use Node 16 in CI and examples
1 parent00be60a commitee0d992

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎.github/workflows/check-dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
steps:
2525
-uses:actions/checkout@v3
2626

27-
-name:Set Node.js12.x
27+
-name:Set Node.js16.x
2828
uses:actions/setup-node@v3
2929
with:
30-
node-version:12.x
30+
node-version:16.x
3131
cache:npm
3232

3333
-name:Install dependencies

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
-uses:actions/checkout@v3
1414
-uses:actions/setup-node@v3
1515
with:
16-
node-version:12
16+
node-version:16
1717
cache:npm
1818
-run:npm ci
1919
-run:npm run style:check

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ jobs:
376376
-uses:actions/checkout@v3
377377
-uses:actions/setup-node@v3
378378
with:
379-
node-version:14
379+
node-version:16
380380
-run:npm ci
381381
# or one-off:
382382
-run:npm install execa

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp