Skip to content

package.json and yarn.lock bump #123

package.json and yarn.lock bump

package.json and yarn.lock bump #123

Workflow file for this run

name: Run Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.3.1, 12.x]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests with Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g yarn
- run: yarn install
# - run: yarn test-ci # no tests....... yet
- run: yarn build