Skip to content

Bump @babel/core from 7.22.1 to 7.23.0 #1656

Bump @babel/core from 7.22.1 to 7.23.0

Bump @babel/core from 7.22.1 to 7.23.0 #1656

Workflow file for this run

name: build-and-test
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [18.x]
name: Node ${{ matrix.node }} run
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
- run: npm install
- run: make test