Skip to content

chore(deps-dev): bump @babel/preset-env from 7.20.2 to 7.22.10 #1229

chore(deps-dev): bump @babel/preset-env from 7.20.2 to 7.22.10

chore(deps-dev): bump @babel/preset-env from 7.20.2 to 7.22.10 #1229

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build
- run: npm test
env:
CI: true