Skip to content

build(deps-dev): bump @babel/preset-env from 7.22.14 to 7.22.15 #430

build(deps-dev): bump @babel/preset-env from 7.22.14 to 7.22.15

build(deps-dev): bump @babel/preset-env from 7.22.14 to 7.22.15 #430

Workflow file for this run

name: Build and Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: true
matrix:
node-version: [18]
experimental: [ false ]
include:
- node-version: 19
experimental: true
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn test --ci