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
This repository was archived by the owner on Apr 1, 2020. It is now read-only.

Commit 47d9c76

Browse files
committed
chore: more specific nodejs version
1 parent 4539f44 commit 47d9c76

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

‎.gitignore‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,6 @@ typings/
5858
.env
5959

6060
.vscode/launch.json
61+
62+
# Git To-Dos
63+
.todos.yml

‎app.json‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"repository": "https://github.com/ahmed-taj/commitlint-bot",
66
"env": {
77
"PRIVATE_KEY": {
8-
"description":
9-
"the private key of your GitHub App. It must be base64 encoded!"
8+
"description": "the private key of your GitHub App."
109
},
1110
"APP_ID": {
1211
"description": "the ID of your GitHub App"

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"semantic-release": "^8.2.0"
2929
},
3030
"engines": {
31-
"node": ">=8",
32-
"npm": ">=5"
31+
"node": "8.9.x",
32+
"npm": "5.5.x"
3333
}
3434
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /