run on node instead of docker
This commit is contained in:
parent
adda5b22b3
commit
d40b37db06
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue