Skip to content

ignore yarn.lock in tests #49

ignore yarn.lock in tests

ignore yarn.lock in tests #49

Workflow file for this run

name: tests
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
# 14 is LTS and 16 is current in 07/2021; 12 is there temporarily for local development
node-version: [ 12.x, 13.x, 14.x, 15.x, 16.x ]
steps:
- uses: actions/checkout@v2
- name: Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn run test