Skip to content

Commit

Permalink
Don't require node version -- use default to consolidate
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Aug 16, 2024
1 parent 8aeb38e commit 5a47ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: 'Sets up Node.js and installs dependencies'
inputs:
node-version:
description: 'The Node.js version to use'
required: true
required: false
default: '20.16.0'
cache:
description: 'Whether to cache dependencies'
Expand Down

0 comments on commit 5a47ec4

Please sign in to comment.