mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-10 18:50:59 +00:00
feat: support actions with 'using: node24' (#847)
It's worth noting for users: the runner does not actually invoke different versions of node depending on the `using` tag -- it just defers to the `node` command in the path regardless of the tagged value. This change allows `node24` to be provided without error, the same level of support as node12...node20. FYI: This allows the use of `github.com/actions/checkout@v5`, which was released today and is marked `using: node24`. Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/847 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org> Co-authored-by: Mathieu Fenniak <mathieu@fenniak.net> Co-committed-by: Mathieu Fenniak <mathieu@fenniak.net>
This commit is contained in:
parent
e5603fe6d9
commit
e760d04aa6
5 changed files with 19 additions and 4 deletions
1
act/runner/testdata/local-action-js/push.yml
vendored
1
act/runner/testdata/local-action-js/push.yml
vendored
|
@ -10,3 +10,4 @@ jobs:
|
|||
- uses: ./actions/node20
|
||||
with:
|
||||
who-to-greet: 'Mona the Octocat'
|
||||
- uses: ./actions/node24
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue