Skip to content

Commit

Permalink
fix: Merge pull request #280 from tancredi/version-bump
Browse files Browse the repository at this point in the history
Upgrade Node version and dependencies
  • Loading branch information
tancredi committed Oct 2, 2021
2 parents 2a5c337 + 2d025ee commit d7ec1f7
Show file tree
Hide file tree
Showing 2 changed files with 12,551 additions and 28 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
lint:
name: Lint
env:
NODE: 14.x
NODE: 16.x

runs-on: ubuntu-18.04

Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS-10.15, ubuntu-18.04, windows-2019]
node: [10.x, 12.x, 15.x]
node: [10.x, 14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d7ec1f7

Please sign in to comment.