Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rimonhanna committed Oct 7, 2020
1 parent 24e89c5 commit 3f4f5b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: "Setup Node.js"
uses: "actions/setup-node@v1"
with:
node-version: 14
node-version: 12
- run: npm install
- name: "Automated Version Bump"
id: version_bump_and_create_tag
uses: "rimonhanna/gh-action-bump-version@master"
Expand Down

0 comments on commit 3f4f5b7

Please sign in to comment.