Skip to content

Commit

Permalink
test: drop Node 8, add Node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Apr 25, 2020
1 parent e33b869 commit 89f7e32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [10.x, 12.x, 14.x]
os: [ubuntu-latest]

steps:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -14,6 +14,9 @@
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">= 10"
},
"keywords": [
"jsonl",
"ndjson",
Expand Down

0 comments on commit 89f7e32

Please sign in to comment.