Skip to content

Update all Yarn dependencies (2024-06-18) (#124) #191

Update all Yarn dependencies (2024-06-18) (#124)

Update all Yarn dependencies (2024-06-18) (#124) #191

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint