Skip to content

Commit 00bafe5

Browse files
committed
Upgrade to node24 runtime and bump default CLI version to 2.12.1
Addresses the Node.js 20 deprecation warning in GitHub Actions.
1 parent 45b454b commit 00bafe5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ inputs:
44
version:
55
description: Version of Kosli CLI
66
required: false
7-
default: 2.11.43
7+
default: 2.12.1
88
branding:
9-
icon: 'download-cloud'
9+
icon: 'download-cloud'
1010
color: 'blue'
1111
runs:
12-
using: node20
12+
using: node24
1313
main: src/index.js

0 commit comments

Comments
 (0)