Skip to content

[Snyk] Upgrade handlebars from 4.7.7 to 4.7.8 #5

[Snyk] Upgrade handlebars from 4.7.7 to 4.7.8

[Snyk] Upgrade handlebars from 4.7.7 to 4.7.8 #5

Workflow file for this run

name: CI
on:
push:
branches: ['**']
pull_request:
branches: ['master']
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-latest']
node: [8,10,12,14,16]
name: Testing Node ${{ matrix.node }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: 'npm'
- run: npm install
- run: npm test