Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

Bump @babel/preset-env from 7.20.2 to 7.21.5 #105

Bump @babel/preset-env from 7.20.2 to 7.21.5

Bump @babel/preset-env from 7.20.2 to 7.21.5 #105

Workflow file for this run

name: TypeScript - Unit Test
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Test with Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --production=false
- run: yarn test:unit
env:
CI: true