diff options
author | Earl Warren <contact@earl-warren.org> | 2024-06-07 10:13:36 +0200 |
---|---|---|
committer | Earl Warren <contact@earl-warren.org> | 2024-06-07 11:41:14 +0200 |
commit | 9774b35d757fa883e01c4bfca4c8c8038ce66e1c (patch) | |
tree | 9ade008a459b093412275680ab9f8d62514022f5 /RELEASE-NOTES.md | |
parent | Merge pull request 'Add support for workflow inputs' (#199) from Mai-Lapyst/r... (diff) | |
download | forgejo-runner-9774b35d757fa883e01c4bfca4c8c8038ce66e1c.tar.xz forgejo-runner-9774b35d757fa883e01c4bfca4c8c8038ce66e1c.zip |
Upgrade the default container to node:20
Fixes: https://code.forgejo.org/forgejo/runner/issues/168
Diffstat (limited to 'RELEASE-NOTES.md')
-rw-r--r-- | RELEASE-NOTES.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index cbf737b..45512ee 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -7,6 +7,7 @@ * [Fix the kubernetes dind example](https://code.forgejo.org/forgejo/runner/pulls/169). * [Rewrite ::group:: and ::endgroup:: commands like github](https://code.forgejo.org/forgejo/runner/pulls/183). * [Added opencontainers labels to the image](https://code.forgejo.org/forgejo/runner/pulls/195) +* [Upgrade the default container to node:20](https://code.forgejo.org/forgejo/runner/pulls/203) ## 3.4.1 |