Skip to content

v1.1.5

v1.1.5 #56

Workflow file for this run

name: master
env:
NODE_VERSION: 16.x
on:
push:
branches:
- master
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v1
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install node_modules
run: yarn
- name: Run Tests
uses: GabrielBB/[email protected]
with:
run: yarn test