Skip to content

build(deps): bump handlebars from 4.1.2 to 4.7.8 #87

build(deps): bump handlebars from 4.1.2 to 4.7.8

build(deps): bump handlebars from 4.1.2 to 4.7.8 #87

Workflow file for this run

on:
push:
branches:
- master
- beta
pull_request:
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
node:
- '10.18'
- '12.x'
- '14.x'
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2-beta
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Lint
run: yarn lint
- name: Test
run: yarn test