Skip to content

Bump @babel/helpers from 7.24.1 to 7.26.10 #1340

Bump @babel/helpers from 7.24.1 to 7.26.10

Bump @babel/helpers from 7.24.1 to 7.26.10 #1340

Workflow file for this run

name: CI/CD
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
name: "Run jest tests"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node
uses: ./.github/actions/setup-node
- name: Run tests
run: npm run test
lint:
name: "Lint and static checks"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node
uses: ./.github/actions/setup-node
- name: Run linter
run: |
npx eslint . --ext .js,.jsx