Skip to content

Commit

Permalink
fix: add shell params to composite
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgriffing committed May 20, 2021
1 parent db09ca7 commit 436986f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ runs:
using: composite
steps:
- run: "curl -fsSL https://fnm.vercel.app/install | bash"
shell: bash
- run: "fnm install 14 && fnm use 14"
shell: bash
- run: "node index.js"
shell: bash

0 comments on commit 436986f

Please sign in to comment.