Skip to content
This repository was archived by the owner on Apr 1, 2020. It is now read-only.

Commit 4f59823

Browse files
committed
deploy: fix node version
1 parent ffb013a commit 4f59823

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"now": "^8.3.10"
2424
},
2525
"engines": {
26-
"node": ">= 8.8.0",
27-
"npm": ">= 5.4.0"
26+
"node": ">=8",
27+
"npm": ">=5"
2828
}
2929
}

scripts/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
npm run -s now -- --token=$NOW_TOKEN
4+
npm run -s now -- --token=$NOW_TOKEN --public

0 commit comments

Comments
 (0)