Skip to content

chore: Update @types/less #310

chore: Update @types/less

chore: Update @types/less #310

Workflow file for this run

name: test
on: push
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
cache: 'yarn'
- name: Install dependencies
run: yarn add --cached
- name: Check types
run: yarn types
- name: Test
run: yarn test:ci