Skip to content

build(deps): bump fast-xml-parser from 4.3.6 to 4.4.1 #1316

build(deps): bump fast-xml-parser from 4.3.6 to 4.4.1

build(deps): bump fast-xml-parser from 4.3.6 to 4.4.1 #1316

Workflow file for this run

name: Pull Request Build & Test
on: pull_request
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- name: Build & Test
run: |
yarn install --frozen-lockfile
yarn test:ci
yarn build
- name: Coveralls
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage/lcov.info
parallel: true
finish:
needs: main
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true