Skip to content

Commit

Permalink
ci: fix node version action
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjark-Kuehl committed Apr 18, 2023
1 parent 24736e4 commit 0c90935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
version:
description: The node version to use
required: false
default: '16.x'
default: '18.x'

runs:
using: 'composite'
Expand Down

0 comments on commit 0c90935

Please sign in to comment.