mirror of
https://github.com/webfactory/ssh-agent.git
synced 2026-03-21 02:29:06 +08:00
use node24 (#243)
Node v20 is going to be EOL in April 2026 -- https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ Resolves #242
This commit is contained in:
@@ -20,7 +20,7 @@ inputs:
|
||||
description: 'git command'
|
||||
required: false
|
||||
runs:
|
||||
using: 'node20'
|
||||
using: 'node24'
|
||||
main: 'dist/index.js'
|
||||
post: 'dist/cleanup.js'
|
||||
post-if: 'always()'
|
||||
|
||||
Reference in New Issue
Block a user