Skip to content

Bump @adobe/css-tools from 4.0.1 to 4.3.1 #4676

Bump @adobe/css-tools from 4.0.1 to 4.3.1

Bump @adobe/css-tools from 4.0.1 to 4.3.1 #4676

Workflow file for this run

name: 'Validate'
on:
push:
branches: [main, 'release/**', 'feature/**']
pull_request:
branches: [main, 'release/**', 'feature/**']
jobs:
check-yarn-lock-registry:
name: 'Validate yarn.lock'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v3.3.0
with:
node-version: 18
cache: 'yarn'
- name: Install Dependencies
run: yarn --frozen-lockfile
- name: Check yarn.lock registry url
run: yarn validate-lockfile