Skip to content

Update prettier to version 3.0.2 #211

Update prettier to version 3.0.2

Update prettier to version 3.0.2 #211

Workflow file for this run

---
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
strategy:
matrix:
node-version:
- 16
name: test
'on': push