Add notice about supporting Node 20 actions (#297)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-on: https://gitea.com/gitea/blog/pulls/297
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
techknowlogick 2023-09-25 01:30:10 +00:00
parent 7a9426d575
commit 68565f5206
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
---
date: 2023-09-24T00:00:00+00:00
authors: "techknowlogick"
title: "Gitea Actions now Supports Node20 based actions"
tags: ["release", "actions"]
draft: false
---
With the End-of-life of Node 16, we have now added Node 20 support to Gitea Actions. This is thanks in part to [freshollie](https://github.com/nektos/act/pull/1988), the nektos/act maintainers, [SupremeVoid](https://gitea.com/SupremeVoid), and the Gitea team.
To be able to use Node 20 actions, you'll need to update your runner to version v0.2.6.
If you run into any issues, or have any questions, please reach out to us via our [many support channels](https://docs.gitea.com/help/support)