Skip to content

Update all (major) #1476

Update all (major)

Update all (major) #1476

Workflow file for this run

name: Run Tests
on:
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '12.x'
- run: npm i
- run: npm run lint
- run: npm t