Skip to content

Commit

Permalink
Merge branch 'master' into mempool.space
Browse files Browse the repository at this point in the history
  • Loading branch information
waldenraines authored Oct 31, 2023
2 parents c4fa51d + 6139b9b commit fad031d
Show file tree
Hide file tree
Showing 28 changed files with 1,431 additions and 1,695 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Test

on: [push, pull_request]

jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['14.x', '16.x', '18.x']

steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build:ci

31 changes: 0 additions & 31 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit fad031d

Please sign in to comment.