From a9ecfccfeb836c5d0d48acf0503e2d77c508d480 Mon Sep 17 00:00:00 2001 From: stef barsch <16940454+stefba@users.noreply.github.com> Date: Tue, 21 May 2024 12:29:51 +0200 Subject: [PATCH 1/2] Update yarn.yml --- .github/workflows/yarn.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/yarn.yml b/.github/workflows/yarn.yml index 79b27e4..8ae2dbe 100644 --- a/.github/workflows/yarn.yml +++ b/.github/workflows/yarn.yml @@ -21,8 +21,10 @@ jobs: - name: Run install uses: borales/actions-yarn@v4 with: + node-version: '20.x' cmd: install - name: Build production bundle uses: borales/actions-yarn@v4 with: + node-version: '20.x' cmd: build From c1adbcecdd482ddd0b5e5c17712825dbc88ec337 Mon Sep 17 00:00:00 2001 From: stef barsch <16940454+stefba@users.noreply.github.com> Date: Tue, 21 May 2024 12:32:46 +0200 Subject: [PATCH 2/2] Update yarn.yml --- .github/workflows/yarn.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/yarn.yml b/.github/workflows/yarn.yml index 8ae2dbe..dd3a371 100644 --- a/.github/workflows/yarn.yml +++ b/.github/workflows/yarn.yml @@ -15,16 +15,14 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '20.x' - name: Run install uses: borales/actions-yarn@v4 with: - node-version: '20.x' cmd: install - name: Build production bundle uses: borales/actions-yarn@v4 with: - node-version: '20.x' cmd: build