Skip to content

Bump crypto-js from 4.1.1 to 4.2.0 #26

Bump crypto-js from 4.1.1 to 4.2.0

Bump crypto-js from 4.1.1 to 4.2.0 #26

Workflow file for this run

name: test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm install
- run: npm test