Skip to content

Bump svgo from 3.3.2 to 3.3.3 in /packages/docs-gesture-handler (#4077) #429

Bump svgo from 3.3.2 to 3.3.3 in /packages/docs-gesture-handler (#4077)

Bump svgo from 3.3.2 to 3.3.3 in /packages/docs-gesture-handler (#4077) #429

name: Run Jest tests
on:
pull_request:
paths:
- '**/*.js'
- '**/*.jsx'
- '**/*.ts'
- '**/*.tsx'
push:
branches:
- main
workflow_dispatch:
jobs:
build:
if: github.repository == 'software-mansion/react-native-gesture-handler'
runs-on: ubuntu-latest
concurrency:
group: jest-${{ github.ref }}
cancel-in-progress: true
steps:
- name: checkout
uses: actions/checkout@v4
- name: Use Node.js 24
uses: actions/setup-node@v6
with:
node-version: 24
cache: yarn
- name: Install node dependencies
run: yarn --immutable
- name: Run jest package tests
run: yarn workspace react-native-gesture-handler test