Revert "run on node instead of docker"

This reverts commit d40b37db
This commit is contained in:
phips28 2019-11-20 13:23:50 +01:00
parent d40b37db06
commit 91f9402fb1
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: "Setup Node.js" - name: "Setup Node.js"
uses: "actions/setup-node@v1" uses: "actions/setup-node@v1"
with: with:
node-version: 12 node-version: 8.10.0
- name: "Automated Version Bump" - name: "Automated Version Bump"
uses: "phips28/gh-action-bump-version@master" uses: "phips28/gh-action-bump-version@master"
env: env:

View File

@ -1,8 +1,8 @@
name: Automated Version Bump name: Automated Version Bump
description: Automated version bump for npm packages. description: Automated version bump for npm packages.
runs: runs:
using: 'node12' using: docker
main: 'index.js' image: Dockerfile
branding: branding:
icon: chevron-up icon: chevron-up
color: blue color: blue