Skip to content

Commit

Permalink
0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
iuccio committed Dec 17, 2019
1 parent 3e065e8 commit 45319c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .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: [8.x, 10.x, 12.x]
node-version: [10.x, 12.x]

steps:
- uses: actions/checkout@v1
Expand All @@ -19,7 +19,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm run build --if-present
npm install
npm ci
npm test
env:
CI: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "convert-csv-to-json",
"version": "0.0.14",
"version": "0.0.15",
"description": "Convert CSV to JSON",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 45319c7

Please sign in to comment.