Skip to content

build(deps-dev): bump @babel/preset-env from 7.20.2 to 7.22.5 #1299

build(deps-dev): bump @babel/preset-env from 7.20.2 to 7.22.5

build(deps-dev): bump @babel/preset-env from 7.20.2 to 7.22.5 #1299

Workflow file for this run

name: CI
on: push
jobs:
Build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x]
steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- uses: actions/checkout@v2
- run: yarn install
- run: yarn test
env:
NODE_ICU_DATA: node_modules/full-icu
- run: yarn compile
All:
runs-on: ubuntu-latest
needs:
- Build
steps:
- run: echo ok