Skip to content

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

Bump @adobe/css-tools from 4.3.1 to 4.3.2

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

name: react-rollup-boilerplate
on:
pull_request:
branches: [ main ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
continuous-integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install dependencies
run: |
yarn install --immutable
- name: Run Continuous Integration
run: |
yarn ci