From 02157920bc785beddb8d548ebbaf5d4b631770a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Corrales=20Solera?= Date: Fri, 4 Mar 2022 19:51:36 +0100 Subject: [PATCH] Update workflow actions --- .github/workflows/build.yml | 10 +++++----- .gitignore | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea0cd9a..c553a31 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,12 +15,12 @@ jobs: working-directory: cmd/client/templatizer-ui steps: - uses: actions/checkout@v2 - - name: Setup node - uses: actions/setup-node@v2 + - uses: borales/actions-yarn@v2.3.0 with: - node-version: '14' - - run: npm install - - run: npm run build + cmd: install + - uses: borales/actions-yarn@v2.3.0 + with: + cmd: build linters: runs-on: ubuntu-latest diff --git a/.gitignore b/.gitignore index ae44108..d533e68 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ dist vendor temp .DS_Store +package-lock.json