Skip to content

Commit

Permalink
fix: use runs in composite
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgriffing committed May 20, 2021
1 parent 53b7560 commit db09ca7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ inputs:
runs:
using: composite
steps:
- uses: actions/setup-node@v2
with:
node-version: "14"
- run: "curl -fsSL https://fnm.vercel.app/install | bash"
- run: "fnm install 14 && fnm use 14"
- run: "node index.js"

0 comments on commit db09ca7

Please sign in to comment.