From 4a48e03552b43cc96425fcd478f9257596b4917c Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Thu, 20 Jun 2024 17:47:48 +0200 Subject: [PATCH] update testrelease --- .github/workflows/test_release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_release.yml b/.github/workflows/test_release.yml index db5d88b8b..8f1be2863 100644 --- a/.github/workflows/test_release.yml +++ b/.github/workflows/test_release.yml @@ -13,12 +13,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Enable Corepack + run: corepack enable - uses: actions/setup-python@v5 with: python-version: '3.11' - - uses: actions/setup-node@v4 + - name: Use Node.js 20.x + uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '20.x' - name: Get EMS-ESP source code and version id: build_info