Skip to content

Bump @babel/traverse from 7.20.10 to 7.23.4 in /packages/typeit-react #178

Bump @babel/traverse from 7.20.10 to 7.23.4 in /packages/typeit-react

Bump @babel/traverse from 7.20.10 to 7.23.4 in /packages/typeit-react #178

Workflow file for this run

name: Test
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Dependencies
run: npm install && npm run bootstrap
- name: Run Tests
run: npm test
- uses: preactjs/compressed-size-action@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"