Skip to content

chore(deps): bump handlebars from 4.1.2 to 4.7.8 #192

chore(deps): bump handlebars from 4.1.2 to 4.7.8

chore(deps): bump handlebars from 4.1.2 to 4.7.8 #192

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node JS
uses: actions/setup-node@v2
with:
node-version: 18.x
cache: yarn
- run: yarn install --ignore-engines
- run: yarn lint:nofix
- run: yarn test:cov
- uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_REPORTER_ID }}