Skip to content

Commit

Permalink
Merge pull request #24 from mrbar42/update-node-and-deps
Browse files Browse the repository at this point in the history
adjust CI and published files to address TS errors
  • Loading branch information
mrbar42 authored Aug 17, 2021
2 parents 0ab8513 + aeebe6a commit 94f783c
Show file tree
Hide file tree
Showing 6 changed files with 183 additions and 122 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Tests

on:
pull_request:
branches:
- master
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '8', '10', '12', '14', '16' ]
name: Node ${{ matrix.node }} Tests
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
cache: 'npm'
- run: npm ci
- run: npm run test
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12
16
9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit 94f783c

Please sign in to comment.