Skip to content

Commit

Permalink
ci: update GH actions & remove .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Jan 26, 2023
1 parent f663cae commit 047b57f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -14,8 +14,8 @@ jobs:
node: [8,10,12,14,16]
name: Testing Node ${{ matrix.node }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: 'npm'
Expand Down
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

0 comments on commit 047b57f

Please sign in to comment.