Skip to content

chore(deps-dev): bump @babel/core from 7.17.0 to 7.24.6 #238

chore(deps-dev): bump @babel/core from 7.17.0 to 7.24.6

chore(deps-dev): bump @babel/core from 7.17.0 to 7.24.6 #238

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn
- run: yarn test:ci