Skip to content

chore(alloy-ui): prepare 3.1.0-deprecated.119 release #1737

chore(alloy-ui): prepare 3.1.0-deprecated.119 release

chore(alloy-ui): prepare 3.1.0-deprecated.119 release #1737

Workflow file for this run

# Based on: https://github.com/actions/starter-workflows/blob/master/ci/node.js.yml
name: lockfile
on:
push:
branches: [master]
pull_request:
branches: [master]
env:
CI: true
yarn-cache-name: yarn-cache-3
yarn-cache-path: .yarn
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Use or update Yarn cache
uses: actions/cache@v4
with:
path: ${{ env.yarn-cache-path }}
key: ${{ runner.os }}-${{ env.yarn-cache-name }}-${{ hashFiles('**/yarn.lock') }}
- run: yarn --cache-folder=${{ env.yarn-cache-path }}
- run: git diff --quiet -- yarn.lock