Skip to content

Bump @adobe/css-tools from 4.3.1 to 4.3.2 #495

Bump @adobe/css-tools from 4.3.1 to 4.3.2

Bump @adobe/css-tools from 4.3.1 to 4.3.2 #495

Workflow file for this run

on:
pull_request:
branches:
- main
- next
push:
branches:
- main
- next
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- name: Enable Corepack
run: corepack enable
- name: Install
run: yarn install --immutable
- name: build
run: yarn build:all
- name: Tests
run: yarn test:all
- name: Lint
run: yarn lint:all