Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rbardini committed Apr 20, 2022
1 parent c8829ff commit 5901174
Show file tree
Hide file tree
Showing 4 changed files with 1,814 additions and 1,795 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 12
node-version: 16

- name: Install
run: npm ci
Expand All @@ -24,11 +24,10 @@ jobs:
run: npm test

- name: Coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3

- name: Release
uses: cycjimmy/semantic-release-action@v2
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

2 changes: 1 addition & 1 deletion bin/episodic
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node
const { version } = require('../package.json')
const program = require('commander')
const { program } = require('commander')

const episodic = require('../')

Expand Down
Loading

0 comments on commit 5901174

Please sign in to comment.