Skip to content

Bump @babel/core from 7.25.2 to 7.25.7 #257

Bump @babel/core from 7.25.2 to 7.25.7

Bump @babel/core from 7.25.2 to 7.25.7 #257

Workflow file for this run

name: Run Tests
on:
pull_request:
types: [opened, synchronize]
workflow_dispatch:
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org
- name: Install dependencies
run: yarn
- name: Generate icons
run: yarn generate
- name: Run tests
run: yarn test