Skip to content

Commit

Permalink
npm update
Browse files Browse the repository at this point in the history
  • Loading branch information
rimonhanna committed Oct 7, 2020
1 parent 3f4f5b7 commit b11bee3
Show file tree
Hide file tree
Showing 3 changed files with 2,324 additions and 2,286 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,16 @@ jobs:
steps:
- name: "Checkout source code"
uses: "actions/checkout@v2"
- run: npm install
- name: "cat package.json"
run: cat ./package.json
- name: "Setup Node.js"
uses: "actions/setup-node@v1"
with:
node-version: 12
- run: npm install
- name: "Automated Version Bump"
id: version_bump_and_create_tag
uses: "rimonhanna/gh-action-bump-version@master"
with:
tag-prefix: ''
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: node action.js
- name: "cat package.json"
run: cat ./package.json

Expand Down
Loading

0 comments on commit b11bee3

Please sign in to comment.