Skip to content

build(deps): bump fast-xml-parser from 5.4.2 to 5.5.6 #201

build(deps): bump fast-xml-parser from 5.4.2 to 5.5.6

build(deps): bump fast-xml-parser from 5.4.2 to 5.5.6 #201

Workflow file for this run

name: Test JS
on:
push:
branches:
- main
pull_request:
jobs:
test-js:
runs-on: ubuntu-latest
if: github.repository == 'react-native-community/nightly-tests'
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 24
cache: 'yarn'
- name: Install deps
run: yarn install --frozen-lockfile
- name: Lint code
run: yarn lint
- name: Run tests
run: yarn test