Skip to content

Bump prettier from 3.2.5 to 3.3.3 #995

Bump prettier from 3.2.5 to 3.3.3

Bump prettier from 3.2.5 to 3.3.3 #995

Workflow file for this run

name: Test and Coverage
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 16.x
- name: Installing dependencies
run: npm install
- name: Run test
run: npm test -- --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4