Skip to content

build(deps-dev): bump @types/react from 18.2.24 to 18.2.33 #101

build(deps-dev): bump @types/react from 18.2.24 to 18.2.33

build(deps-dev): bump @types/react from 18.2.24 to 18.2.33 #101

Workflow file for this run

name: Test Package
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-project
- name: Test
run: pnpm test
env:
TEST_API_KEY: ${{ secrets.TEST_API_KEY }}