Skip to content

chore: prepare release v24.2.0 #761

chore: prepare release v24.2.0

chore: prepare release v24.2.0 #761

Workflow file for this run

name: Automated Tests and Linting
on: [push]
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: yarn
cache-dependency-path: yarn.lock
- name: Install packages
run: yarn install --immutable
- name: Run tests
run: yarn test