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 May 13, 2022
1 parent f4781aa commit 04c3d3e
Show file tree
Hide file tree
Showing 4 changed files with 3,187 additions and 3,687 deletions.
10 changes: 5 additions & 5 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@v2
uses: actions/setup-node@v3
with:
node-version: 12
node-version: 16

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

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

- name: Release
uses: cycjimmy/semantic-release-action@v2
uses: cycjimmy/semantic-release-action@v3
with:
extra_plugins: |
conventional-changelog-conventionalcommits
Expand Down
2 changes: 1 addition & 1 deletion bin/sro.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node
import fs from 'node:fs'
import program from 'commander'
import { program } from 'commander'
import { formatters, track } from '../index.js'

const { version } = JSON.parse(
Expand Down
Loading

0 comments on commit 04c3d3e

Please sign in to comment.