Skip to content

Bump @adobe/css-tools from 4.0.1 to 4.3.1 (#8) #18

Bump @adobe/css-tools from 4.0.1 to 4.3.1 (#8)

Bump @adobe/css-tools from 4.0.1 to 4.3.1 (#8) #18

Workflow file for this run

name: Check
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run check