Skip to content

Commit

Permalink
chore: upgrade node version used in action
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce McMath <[email protected]>
  • Loading branch information
bryce-mcmath committed Nov 9, 2023
1 parent d808c48 commit 7331f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
node-version:
description: Select the nodejs version to use
required: false
default: "16.15.0"
default: "16.15.1"

runs:
using: composite
Expand Down

0 comments on commit 7331f4d

Please sign in to comment.