Skip to content

Commit

Permalink
fix(ci): Use Node 22 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
clemyan committed Oct 25, 2024
1 parent 031b5da commit 3914880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
node-version:
description: 'The version of Node.js to use'
required: false
default: 'current'
default: 'lts/*'

runs:
using: composite
Expand Down

0 comments on commit 3914880

Please sign in to comment.