Skip to content

Commit

Permalink
Merge pull request #4 from camfou/update
Browse files Browse the repository at this point in the history
feat(dependencies): update
  • Loading branch information
camfou committed Apr 21, 2020
2 parents f80da50 + a5183b3 commit e7b3e65
Show file tree
Hide file tree
Showing 4 changed files with 2,217 additions and 1,304 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [12.x, 13.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
run: npx semantic-release
Loading

0 comments on commit e7b3e65

Please sign in to comment.