Skip to content

chore(deps-dev): bump @babel/plugin-transform-modules-systemjs from 7.24.1 to 7.29.4 #401

chore(deps-dev): bump @babel/plugin-transform-modules-systemjs from 7.24.1 to 7.29.4

chore(deps-dev): bump @babel/plugin-transform-modules-systemjs from 7.24.1 to 7.29.4 #401

Workflow file for this run

name: CI Pipeline
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- run: npm install
- run: npm run test-dynamodb
- run: npm run test-coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}