Skip to content

Bump cipher-base from 1.0.4 to 1.0.6 #372

Bump cipher-base from 1.0.4 to 1.0.6

Bump cipher-base from 1.0.4 to 1.0.6 #372

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: npm install, build
run: |
npm install
npm run build
- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
name: dist
path: dist