Skip to content

chore(deps): bump @babel/runtime in the minor-production-deps group (… #528

chore(deps): bump @babel/runtime in the minor-production-deps group (…

chore(deps): bump @babel/runtime in the minor-production-deps group (… #528

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- lts/-1
- lts/*
- latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
- run: npm run test