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