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

Commitb5eab3a

Browse files
committed
Change default node-version from 18 to lts
1 parentf00b597 commitb5eab3a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎.github/workflows/eslint.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
node_version:
77
description:Defines the node version setup to run the linter
8-
default:18
8+
default:lts
99
required:false
1010
type:number
1111
install_cmd:

‎.github/workflows/lint-docs.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
node_version:
77
description:Defines the node version setup
8-
default:18
8+
default:lts
99
required:false
1010
type:number
1111

‎.github/workflows/npm-publish-esm.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
node_version:
77
description:Defines the node version setup to run the publish job.
8-
default:18
8+
default:lts
99
required:false
1010
type:number
1111
tag:

‎.github/workflows/npm-publish.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
node_version:
77
description:Defines the node version setup to run the publish job.
8-
default:18
8+
default:lts
99
required:false
1010
type:number
1111
tag:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp