Skip to content

ci: bump handlebars from 4.7.7 to 4.7.9 #143

ci: bump handlebars from 4.7.7 to 4.7.9

ci: bump handlebars from 4.7.7 to 4.7.9 #143

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
- run: npm ci
- run: npm test