Skip to content

Bump dependencies

Bump dependencies #63

name: Pull request validation
on:
pull_request:
branches: [main]
workflow_dispatch: {}
jobs:
call-workflow:
strategy:
matrix:
switch: [current, react-16, react-17, react-18]
uses: compulim/workflows/.github/workflows/pull-request-validation.yml@main
with:
package-name: use-memo-map
skip-integration-test: false
switch: ${{ matrix.switch }}