Skip to content

Commit

Permalink
Merge pull request #101 from smithfield-studio/node-20
Browse files Browse the repository at this point in the history
Node 20
  • Loading branch information
swalkinshaw authored Oct 25, 2024
2 parents 72c0c7e + 7e87e7d commit dac3c70
Show file tree
Hide file tree
Showing 5 changed files with 1,396 additions and 2,801 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Roots - Setup trellis-cli'
description: 'Sets up Trellis CLI in your GitHub Actions workflow.'
author: Scott Walkinshaw
branding:
icon: 'package'
icon: 'package'
color: 'blue'
inputs:
auto-init:
Expand Down Expand Up @@ -35,5 +35,5 @@ outputs:
version:
description: 'The CLI version installed'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit dac3c70

Please sign in to comment.