Skip to content

chore(deps): update lint packages to ^5.61.0 #2978

chore(deps): update lint packages to ^5.61.0

chore(deps): update lint packages to ^5.61.0 #2978

Workflow file for this run

name: CI
on: [push]
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: anchan828
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: npm
- name: Install npm packages
run: npm ci
- name: Lint
run: npm run lint
- name: Test monorepo packages
run: npm test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3