Skip to content

Bump svgo from 3.2.0 to 3.3.0 #178

Bump svgo from 3.2.0 to 3.3.0

Bump svgo from 3.2.0 to 3.3.0 #178

Workflow file for this run

name: Test Format
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js LTS
uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Install and test
run: |
yarn --frozen-lockfile
yarn test