Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Update dependency prettier to v3.2.5 #691

Update dependency prettier to v3.2.5

Update dependency prettier to v3.2.5 #691

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
cache: "yarn"
- run: yarn --frozen-lockfile
- run: yarn test