Skip to content

Bump @babel/preset-env from 7.22.20 to 7.23.2 #9

Bump @babel/preset-env from 7.22.20 to 7.23.2

Bump @babel/preset-env from 7.22.20 to 7.23.2 #9

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: build
run: |
npm install
npm run compile
npm run test