Skip to content

build(deps): bump @babel/helpers from 7.26.7 to 7.27.0 #64

build(deps): bump @babel/helpers from 7.26.7 to 7.27.0

build(deps): bump @babel/helpers from 7.26.7 to 7.27.0 #64

Workflow file for this run

name: CI
on: push
jobs:
test_build:
name: Test Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install
uses: ./.github/actions/install
- name: Assert Types
run: npm run check-types
- name: Assert Types
run: npm run lint
- name: Build website
run: npm run build