Skip to content

chore(deps): bump handlebars from 4.7.7 to 4.7.9 #143

chore(deps): bump handlebars from 4.7.7 to 4.7.9

chore(deps): bump handlebars from 4.7.7 to 4.7.9 #143

Workflow file for this run

# GENERATED BY github-workflow-manager
# gwm: {"type":"npm-test"}
name: NPM Test
on: ["pull_request"]
jobs:
npm_test:
if: "!contains(github.event.head_commit.message, 'skip ci')"
name: Run NPM Test
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 18
- name: Run NPM Install
run: yarn install
- name: Typecheck
run: npx tsc
- name: Run NPM Test
run: yarn test