Skip to content

Commit

Permalink
fix!: update dependencies
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
Require Node.js >= 10
  • Loading branch information
sinedied committed Jan 11, 2021
1 parent 4f9a258 commit 931d23e
Show file tree
Hide file tree
Showing 3 changed files with 310 additions and 918 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
node-version: ['8', '>=14']
node-version: ['10', '>=14']

name: ${{ matrix.platform }} / Node.js v${{ matrix.node-version }}
runs-on: ${{ matrix.platform }}
Expand Down
Loading

0 comments on commit 931d23e

Please sign in to comment.