Skip to content

Bump crypto-js from 4.1.1 to 4.2.0 #63

Bump crypto-js from 4.1.1 to 4.2.0

Bump crypto-js from 4.1.1 to 4.2.0 #63

Workflow file for this run

name: build and test
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12'
- run: npm install
- run: npm run build
- uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build