Skip to content

Bump jinja2 from 3.1.2 to 3.1.3 #15

Bump jinja2 from 3.1.2 to 3.1.3

Bump jinja2 from 3.1.2 to 3.1.3 #15

Workflow file for this run

name: Build & Test
on:
pull_request: {}
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Node.JS Version
shell: bash -l -eo pipefail {0}
run: nvm install
- name: Test
shell: bash -l -eo pipefail {0}
run: nvm use && yarn test