Skip to content

chore(deps): bump @babel/runtime from 7.23.1 to 7.27.1 (#83) #334

chore(deps): bump @babel/runtime from 7.23.1 to 7.27.1 (#83)

chore(deps): bump @babel/runtime from 7.23.1 to 7.27.1 (#83) #334

Workflow file for this run

name: Test
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
- run: npm ci
- run: npm run build
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
- run: npm ci
- run: npm run lint