Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

build(deps): bump @adobe/css-tools from 4.0.1 to 4.3.2 #62

build(deps): bump @adobe/css-tools from 4.0.1 to 4.3.2

build(deps): bump @adobe/css-tools from 4.0.1 to 4.3.2 #62

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- name: Install packages
run: yarn install
- name: Build
run: yarn build