Skip to content

⬆️ Bump @babel/runtime from 7.23.6 to 7.23.7 #15

⬆️ Bump @babel/runtime from 7.23.6 to 7.23.7

⬆️ Bump @babel/runtime from 7.23.6 to 7.23.7 #15

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies and run checks
run: yarn