Skip to content

Bump jinja2 from 3.1.2 to 3.1.4 in /examples/rollup (#171) #434

Bump jinja2 from 3.1.2 to 3.1.4 in /examples/rollup (#171)

Bump jinja2 from 3.1.2 to 3.1.4 in /examples/rollup (#171) #434

Workflow file for this run

name: build
on:
push:
branches: [master, preview]
pull_request:
branches: [master, preview]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
- run: yarn install --frozen-lockfile
- run: yarn run lint
- run: yarn run typecheck
- run: yarn run test:unit --passWithNoTests