Skip to content

Commit

Permalink
chore: remove travis and update github ci (#1878)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghermeto committed May 6, 2022
1 parent 195cf13 commit cc483e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install node v10
- name: install node v16
uses: actions/setup-node@v1
with:
node-version: v10.x
node-version: v16.x
- name: install dependencies
run: npm install
- name: check lint
Expand Down
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

0 comments on commit cc483e0

Please sign in to comment.