Skip to content

Commit

Permalink
Drop Travis and update GH Action to Node LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
osmestad committed Sep 7, 2023
1 parent 1b5983d commit 2a1a864
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
3 changes: 0 additions & 3 deletions .travis.yml

This file was deleted.

0 comments on commit 2a1a864

Please sign in to comment.