Skip to content

Commit

Permalink
replacing travis with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tlhunter committed Nov 13, 2020
1 parent f911d7d commit 145cdbe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@ jobs:

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

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm install
- run: npm test
9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@
"homepage": "https://github.com/tlhunter/node-arpad",
"devDependencies": {
"tape": "^4.6.3"
},
"engines": {
"node": ">=12.0.0"
}
}

0 comments on commit 145cdbe

Please sign in to comment.