Skip to content

Bump nunjucks from 3.2.3 to 3.2.4 #325

Bump nunjucks from 3.2.3 to 3.2.4

Bump nunjucks from 3.2.3 to 3.2.4 #325

Workflow file for this run

name: Check
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
env:
WIREIT_FAILURES: continue
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
cache-dependency-path: package-lock.json
- uses: google/wireit@setup-github-actions-caching/v1
- name: NPM install
run: npm ci
- name: Check
run: npm run check