Skip to content

chore: Bump jest from 29.7.0 to 30.0.3 #366

chore: Bump jest from 29.7.0 to 30.0.3

chore: Bump jest from 29.7.0 to 30.0.3 #366

Workflow file for this run

name: Run linter and tests
permissions:
contents: read
pull-requests: write
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm install
- run: npm test