Skip to content

Commit

Permalink
ci: 💚 Utilizacao node 14 e target branch develop
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasTonetto committed Nov 10, 2021
1 parent d219464 commit 09f4ee7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ updates:
directory: '/'
schedule:
interval: 'weekly'
target-branch: 'develop'
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 12
node-version: 14
- name: Install dependencies
run: npm ci
- name: Release
Expand Down

0 comments on commit 09f4ee7

Please sign in to comment.