Skip to content

Bump typescript-plugin-css-modules from 3.4.0 to 5.0.2 #265

Bump typescript-plugin-css-modules from 3.4.0 to 5.0.2

Bump typescript-plugin-css-modules from 3.4.0 to 5.0.2 #265

Workflow file for this run

name: "Build and Test"
on:
push:
branches: [main]
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 14.x
cache: 'yarn'
# The yarn cache is not node_modules
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Run Jest tests
run: yarn test