Skip to content

Commit de80054

Browse files
authored
feat!: Update minimal Node.js version (#838)
`node20` is being deprecated and generates a warning
1 parent 1b88330 commit de80054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
description: 'CloudQuery CLI version to install'
77
required: true
88
runs:
9-
using: 'node20'
9+
using: 'node24'
1010
main: 'dist/index.js'
1111
branding:
1212
icon: 'cloud-snow'

0 commit comments

Comments
 (0)