Skip to content

Bump @babel/runtime from 7.23.7 to 7.27.6 #72

Bump @babel/runtime from 7.23.7 to 7.27.6

Bump @babel/runtime from 7.23.7 to 7.27.6 #72

Workflow file for this run

on: [pull_request]
jobs:
analyze:
runs-on: ubuntu-latest
name: Run eslint
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: "22.x"
- run: yarn
- run: yarn analyze
typescript:
runs-on: ubuntu-latest
name: Check types
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: "22.x"
- run: yarn
- run: yarn type-check