From d40b37db06d713e7a14017202b9ab3f93f83f6c1 Mon Sep 17 00:00:00 2001 From: phips28 Date: Wed, 20 Nov 2019 13:20:24 +0100 Subject: [PATCH] run on node instead of docker --- .github/workflows/push.yml | 2 +- action.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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