From 2e81306d5ef419dc0615148d4fe7a5b57e0a4803 Mon Sep 17 00:00:00 2001 From: devthejo Date: Sat, 16 Dec 2023 11:40:57 +0100 Subject: [PATCH] chore: fix ci --- .forgejo/workflows/release-commit.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.forgejo/workflows/release-commit.yml b/.forgejo/workflows/release-commit.yml index cfc3e7a..bca8ecc 100644 --- a/.forgejo/workflows/release-commit.yml +++ b/.forgejo/workflows/release-commit.yml @@ -21,6 +21,10 @@ jobs: - uses: actions/checkout@v4 with: token: ${{ secrets.M8A_ORG_BOT_REPO_TOKEN }} + + - uses: actions/setup-node@v3 + with: + node-version: 20 - run: yarn