Skip to content

Commit

Permalink
chore(dependencies): Update dependencies and fix GitHub action for au…
Browse files Browse the repository at this point in the history
…tomating it (#1898)
  • Loading branch information
daffl committed Apr 5, 2020
1 parent b062753 commit 4da8a0f
Show file tree
Hide file tree
Showing 22 changed files with 330 additions and 281 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-dependencies.yml
@@ -1,14 +1,14 @@
on:
schedule:
- cron: '0 0 * * 0'
- cron: '0 0 * * 1'
name: Update packages
jobs:
release:
name: Update npm packages
runs-on: ubuntu-latest
steps:
- name: Update npm packages
uses: technote-space/create-pr-action@v1
uses: technote-space/create-pr-action@v2.0.3
with:
EXECUTE_COMMANDS: |
npm install
Expand Down

0 comments on commit 4da8a0f

Please sign in to comment.