Skip to content

Bump nunjucks from 3.2.3 to 3.2.4 #138

Bump nunjucks from 3.2.3 to 3.2.4

Bump nunjucks from 3.2.3 to 3.2.4 #138

Workflow file for this run

name: Node CI
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- run: npm ci
- run: npm test
- name: codecov
run: npx codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}