Skip to content

chore(deps): bump fast-xml-parser from 4.0.12 to 4.2.5 #15

chore(deps): bump fast-xml-parser from 4.0.12 to 4.2.5

chore(deps): bump fast-xml-parser from 4.0.12 to 4.2.5 #15

Workflow file for this run

name: Test
on: pull_request
jobs:
build:
name: Build test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint
- name: Build
run: yarn build
env:
CI: true
NODE_ENV: production