Skip to content

Commit de3a1c0

Browse files
Update action to use node24
1 parent 8df9235 commit de3a1c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: 'Setup Meshstack Authentication'
2-
description: 'Authenticates with Meshstack and sets up environment variables'
1+
name: 'Setup meshStack Authentication'
2+
description: 'Authenticates with meshStack and stores authentication token'
33
inputs:
44
base_url:
5-
description: 'The URL of the Meshstack instance'
5+
description: 'The URL of the meshStack instance'
66
required: true
77
type: string
88
client_id:
@@ -17,7 +17,7 @@ outputs:
1717
token_file:
1818
description: 'Path to the file containing the authentication token'
1919
runs:
20-
using: 'node20'
20+
using: 'node24'
2121
main: 'dist/main/index.js'
2222
post: 'dist/cleanup/index.js'
2323

0 commit comments

Comments
 (0)