Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rbardini committed Apr 1, 2022
1 parent d1a835b commit 5f571f1
Show file tree
Hide file tree
Showing 3 changed files with 587 additions and 573 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,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: 14
node-version: 16

- name: Install
run: npm ci
Expand All @@ -42,7 +42,7 @@ jobs:
run: npm run package-check

- name: Release
uses: cycjimmy/semantic-release-action@v2
uses: cycjimmy/semantic-release-action@v3
with:
extra_plugins: |
conventional-changelog-conventionalcommits
Expand Down
Loading

0 comments on commit 5f571f1

Please sign in to comment.