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

build(deps): bump @adobe/css-tools from 4.0.1 to 4.3.1 (#344) #761

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

build(deps): bump @adobe/css-tools from 4.0.1 to 4.3.1 (#344) #761

Workflow file for this run

name: Continuous Integration
on: [push]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js v16
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'yarn'
- name: Install dependencies
run: yarn --pure-lockfile --prefer-offline
- name: Lint
run: yarn lint
- name: Build
run: yarn build
- name: Unit testing
run: yarn test:ci
- name: Upload code coverage
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn release