Skip to content
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

+3
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

+1-2
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

+2-2
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)