Skip to content

Update dependency concurrently to v9.1.1 #531

Update dependency concurrently to v9.1.1

Update dependency concurrently to v9.1.1 #531

Workflow file for this run

name: pr
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: setup node
uses: actions/[email protected]
with:
node-version: '20.x'
- name: Cache dependencies
uses: actions/[email protected]
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: install
run: yarn install --frozen-lockfile
- name: build
run: yarn build