Skip to content

Commit

Permalink
Change TravisCI to GitHub and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodp committed Feb 15, 2024
1 parent 970f3f1 commit 688c81a
Show file tree
Hide file tree
Showing 5 changed files with 15,544 additions and 5,324 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: test
on:
pull_request:
branches:
- "*"
push:
branches:
- "*"
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [16, 18, 20]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v2
with:
version: 6.0.2
- run: pnpm install
- run: pnpm test
13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit 688c81a

Please sign in to comment.