Skip to content

Bump @babel/preset-typescript from 7.24.7 to 7.25.7 in /DEMO #1139

Bump @babel/preset-typescript from 7.24.7 to 7.25.7 in /DEMO

Bump @babel/preset-typescript from 7.24.7 to 7.25.7 in /DEMO #1139

Workflow file for this run

name: Tests
on:
pull_request:
jobs:
tests:
runs-on: ubuntu-22.04
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run types
- run: npm run build
- run: npm test
- uses: andresz1/size-limit-action@v1
with:
skip_step: build
github_token: ${{ secrets.GITHUB_TOKEN }}