Skip to content

Build(deps): Bump tar from 6.1.11 to 6.2.1 in /client #294

Build(deps): Bump tar from 6.1.11 to 6.2.1 in /client

Build(deps): Bump tar from 6.1.11 to 6.2.1 in /client #294

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Check React Build
on:
pull_request:
branches: [ main ]
paths:
- 'client/**'
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: client/
steps:
- uses: actions/checkout@v3
- name: Use Node.js LTS
uses: actions/[email protected]
with:
node-version: lts/gallium
cache: yarn
cache-dependency-path: client/
- name: Install dependencies
run: yarn install
- name: Build client
run: yarn build
env:
GENERATE_SOURCEMAP: false