From 087ae4fdffde2fbf0ff4818ac7d401ffc5882d02 Mon Sep 17 00:00:00 2001 From: Allain Magyar Date: Sat, 29 Jun 2024 09:25:14 -0300 Subject: [PATCH] fix: release node version Signed-off-by: Allain Magyar --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a76211..7ed64ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,8 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v4 + with: + node-version: 20 - uses: crazy-max/ghaction-import-gpg@v5 id: import_gpg