Skip to content

Commit b56ef28

Browse files
committed
fix(ci): Use Node 22 for now
1 parent 031b5da commit b56ef28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/prepare/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
node-version:
77
description: 'The version of Node.js to use'
88
required: false
9-
default: 'current'
9+
default: '22'
1010

1111
runs:
1212
using: composite

0 commit comments

Comments
 (0)