Skip to content

feat(deps-dev): upgrade @carbon/icons 11.25 -> 11.26 (#168) #121

feat(deps-dev): upgrade @carbon/icons 11.25 -> 11.26 (#168)

feat(deps-dev): upgrade @carbon/icons 11.25 -> 11.26 (#168) #121

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: actions/cache@v3
id: yarn-cache
with:
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Run unit tests
run: |
yarn
yarn test