Skip to content

Bump fast-xml-parser from 4.2.5 to 4.4.1 #1229

Bump fast-xml-parser from 4.2.5 to 4.4.1

Bump fast-xml-parser from 4.2.5 to 4.4.1 #1229

Workflow file for this run

name: Test
on:
push:
jobs:
lint:
name: Run linters and tsc
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"
- run: yarn install --immutable
- run: yarn run lint
- run: yarn run type-check