Skip to content

Merge pull request #954 from abhishek305/master #127

Merge pull request #954 from abhishek305/master

Merge pull request #954 from abhishek305/master #127

Workflow file for this run

name: tests
on:
push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn test