Skip to content

build: Bump nunjucks from 3.2.3 to 3.2.4 #1409

build: Bump nunjucks from 3.2.3 to 3.2.4

build: Bump nunjucks from 3.2.3 to 3.2.4 #1409

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node: [10, 12, 14, 16]
steps:
- uses: actions/checkout@v2.4.0
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v2.5.1
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm run bootstrap
- run: npm test
env:
CI: true