Skip to content

Bump handlebars from 4.7.7 to 4.7.9 #52

Bump handlebars from 4.7.7 to 4.7.9

Bump handlebars from 4.7.7 to 4.7.9 #52

Workflow file for this run

name: default
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: git checkout
uses: actions/checkout@v3
- name: nodejs setup (12.x)
uses: actions/setup-node@v2
with:
node-version: 12.x
- name: install dependencies
run: npm ci
- name: test
run: npm run test