From cabca8976ae0b1a62840783028cecc66fd48b97d Mon Sep 17 00:00:00 2001 From: ramiroaisen <52116153+ramiroaisen@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:53:12 -0300 Subject: [PATCH] core: actions release setup node --- .github/workflows/front-admin-build.yml | 1 + .github/workflows/release.yml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/front-admin-build.yml b/.github/workflows/front-admin-build.yml index 2904634c..b678a63d 100644 --- a/.github/workflows/front-admin-build.yml +++ b/.github/workflows/front-admin-build.yml @@ -46,6 +46,7 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 651b73a7..a2f3463d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,10 @@ jobs: - uses: actions/checkout@v4 + - uses: actions/setup-node@v3 + with: + node-version: ${{ matrix.node-version }} + - uses: Swatinem/rust-cache@v2 with: shared-key: build-release