Skip to content

Bump moment from 2.29.1 to 2.30.1 #402

Bump moment from 2.29.1 to 2.30.1

Bump moment from 2.29.1 to 2.30.1 #402

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Docker Build
run: |
docker run -t $(docker build -q .) bash -c 'ls -la dist'