Skip to content

chore(deps-dev): bump esbuild-css-modules-plugin from 2.7.1 to 3.1.1 #73

chore(deps-dev): bump esbuild-css-modules-plugin from 2.7.1 to 3.1.1

chore(deps-dev): bump esbuild-css-modules-plugin from 2.7.1 to 3.1.1 #73

Workflow file for this run

name: Test CI
on: push
permissions:
contents: write # to fetch code (actions/checkout)
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3 # v3
- name: Install dependencies
run: yarn install --immutable
- name: Build workspaces
run: yarn build
# - name: Run Test
# run: yarn test