Skip to content

Bump @babel/preset-env from 7.22.4 to 7.23.2 #1533

Bump @babel/preset-env from 7.22.4 to 7.23.2

Bump @babel/preset-env from 7.22.4 to 7.23.2 #1533

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@v2
- name: Setup node
uses: actions/setup-node@v2
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