Skip to content

chore(deps-dev): bump @babel/runtime-corejs3 from 7.23.4 to 7.26.10 #176

chore(deps-dev): bump @babel/runtime-corejs3 from 7.23.4 to 7.26.10

chore(deps-dev): bump @babel/runtime-corejs3 from 7.23.4 to 7.26.10 #176

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install Dependencies
run: npm ci
- name: Build
run: npm run build
- name: Lint
run: npm run lint
- name: Format
run: npx prettier --check .
- name: Test
run: npm run test