run on node instead of docker

This commit is contained in:
phips28 2019-11-20 13:20:24 +01:00
parent adda5b22b3
commit d40b37db06
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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