Skip to content

Commit

Permalink
Add node 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
w3nl committed Jul 3, 2020
1 parent 2dd6c72 commit 7e2be15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [12.x, 14.x]

steps:
- uses: actions/checkout@v1
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ dist: trusty
addons:
language: node_js
node_js:
- "12"
- "14"
before_script:
- npm run lint
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"url": "https://github.com/hckrnews/truth-table"
},
"engines": {
"node": ">=14"
"node": ">=12"
},
"keywords": [
"truth",
Expand Down

0 comments on commit 7e2be15

Please sign in to comment.