Skip to content

Commit

Permalink
travis -> gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
akxcv committed Aug 4, 2023
1 parent 6699d6a commit 46021e1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: CI
on:
- push
- pull_request
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- 18
- 16
- 14
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

0 comments on commit 46021e1

Please sign in to comment.