Skip to content

Bump @types/node from 22.10.5 to 22.10.7 #1316

Bump @types/node from 22.10.5 to 22.10.7

Bump @types/node from 22.10.5 to 22.10.7 #1316

Workflow file for this run

---
name: Lint / Test
on: [push, pull_request]
jobs:
main:
name: prettier / jest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm ci
- run: npm run lint
- run: npm run test