Skip to content

Bump prettier from 3.0.3 to 3.1.0 #185

Bump prettier from 3.0.3 to 3.1.0

Bump prettier from 3.0.3 to 3.1.0 #185

Workflow file for this run

name: Run unit tests
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 14
- name: Install Node.js dependencies
run: npm ci
- name: Run Unit Tests
run: npm run test