Skip to content

Update all dependencies (#31) #75

Update all dependencies (#31)

Update all dependencies (#31) #75

Workflow file for this run

name: Lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and Test
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: yarn
run: |
yarn