diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 49d7734..9d13e9b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -20,7 +20,7 @@ jobs: - name: "Setup Node.js" uses: "actions/setup-node@v1" with: - node-version: 8.10.0 + node-version: 12 - name: "Automated Version Bump" uses: "phips28/gh-action-bump-version@master" env: diff --git a/action.yml b/action.yml index e84718c..d5f3dc0 100644 --- a/action.yml +++ b/action.yml @@ -1,8 +1,8 @@ name: Automated Version Bump description: Automated version bump for npm packages. runs: - using: docker - image: Dockerfile + using: 'node12' + main: 'index.js' branding: icon: chevron-up color: blue