Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

Commit

Permalink
[no-deploy] Node.js engines were constrained
Browse files Browse the repository at this point in the history
  • Loading branch information
litichevskiydv committed Jul 19, 2020
1 parent 4dd0a14 commit 3374c5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dist: xenial
language: node_js
node_js:
- "8"
- "10"
- "12"
- "13"
- "14"
- lts/*
- node
install: npm ci
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "grpc-host-builder",
"version": "4.3.2",
"description": "Lightweight configurator for gRPC host",
"engines": {
"node": ">=8"
},
"main": "./src/index.js",
"types": "./src/index.d.ts",
"files": [
Expand Down

0 comments on commit 3374c5e

Please sign in to comment.