Skip to content

Commit

Permalink
fix: switch to composite flow
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgriffing committed May 20, 2021
1 parent c0ea280 commit 33b43dd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@ inputs:
required: false
default: ""
runs:
using: "docker"
image: "Dockerfile"
using: composite
steps:
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: "node index.js"

0 comments on commit 33b43dd

Please sign in to comment.