Skip to content

Update Yarn to v3.8.0 #10

Update Yarn to v3.8.0

Update Yarn to v3.8.0 #10

Workflow file for this run

name: Dependencies
on:
push:
branches-ignore: [master]
paths:
- package.json
- yarn.lock
- .yarn/cache/*
concurrency:
group: ${{ github.ref_name }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
cache:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn --immutable --immutable-cache --check-cache
review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/dependency-review-action@v3
with:
base_ref: master
head_ref: ${{ github.ref }}
usage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn --immutable --immutable-cache
- run: yarn depcheck