Skip to content

Commit

Permalink
ci: use latest node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrishajev committed Apr 22, 2024
1 parent 9b4168d commit 6720056
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:
node-version:
description: 'Node.js version to setup'
required: true
default: '18.0.0'
default: 'v20.11.1'

runs:
using: 'composite'
Expand Down

0 comments on commit 6720056

Please sign in to comment.