Skip to content

Bump @babel/cli from 7.22.5 to 7.23.0 #989

Bump @babel/cli from 7.22.5 to 7.23.0

Bump @babel/cli from 7.22.5 to 7.23.0 #989

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [16, 18]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
cache: npm
node-version: ${{ matrix.node-version }}
- name: Install
run: npm ci
- name: Build
run: npm run build
- name: Test
run: npm test