Skip to content

chore(deps): bump @adobe/css-tools from 4.2.0 to 4.3.1 #111

chore(deps): bump @adobe/css-tools from 4.2.0 to 4.3.1

chore(deps): bump @adobe/css-tools from 4.2.0 to 4.3.1 #111

name: 🧪 Test pull request
on:
push:
branches:
- '**/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
env:
NODE_ENV: production
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
with:
always-auth: true
node-version: '16.x'
registry-url: 'https://registry.npmjs.org/'
cache: yarn
- run: yarn install
- run: yarn run lint
- run: yarn run test:coverage
- run: yarn run ts-coverage
- run: yarn run build