Skip to content

Bump @babel/core from 7.23.5 to 7.23.6 (#639) #1246

Bump @babel/core from 7.23.5 to 7.23.6 (#639)

Bump @babel/core from 7.23.5 to 7.23.6 (#639) #1246

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
node-version: [ 14.x, 16.x, 18.x, 20.x ]
name: Node ${{ matrix.node }} sample
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 lint
- run: yarn test
- run: yarn build
- run: yarn readme