Skip to content

fix: upgrade @react-spring/web from 9.5.4 to 9.7.4 #9449

fix: upgrade @react-spring/web from 9.5.4 to 9.7.4

fix: upgrade @react-spring/web from 9.5.4 to 9.7.4 #9449

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "14"
- run: npm install -g pnpm
- run: pnpm install
- run: pnpm pretest
- run: pnpm test
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true