Skip to content

Bump prettier from 2.8.8 to 3.1.0 #220

Bump prettier from 2.8.8 to 3.1.0

Bump prettier from 2.8.8 to 3.1.0 #220

Workflow file for this run

name: 'Pull Request'
on: [pull_request]
jobs:
run-tests:
if: ${{ github.actor != 'dependabot[bot]' }}
name: Unit Tests
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Build
run: npm ci
- name: Run unit tests
run: npm run test