Skip to content

[Snyk] Security upgrade @bigcommerce/stencil-paper-handlebars from 5.0.3 to 5.1.6 #33

[Snyk] Security upgrade @bigcommerce/stencil-paper-handlebars from 5.0.3 to 5.1.6

[Snyk] Security upgrade @bigcommerce/stencil-paper-handlebars from 5.0.3 to 5.1.6 #33

Workflow file for this run

name: Build
on:
pull_request:
branches: [ master, main ]
push:
branches: [ master, main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14.x]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v2-beta
with:
node-version: ${{ matrix.node }}
- name: Install Dependencies
run: npm i
- name: Lint the code
run: npm run lint
- name: Run test
run: npm run test