Skip to content

Bump django from 4.2.9 to 4.2.10 #938

Bump django from 4.2.9 to 4.2.10

Bump django from 4.2.9 to 4.2.10 #938

Workflow file for this run

name: JavaScript
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 1
- name: Set up node
uses: actions/setup-node@v2.1.2
- name: Install node packages
run: npm install
- name: See if unicorn.min.js is up-to-date
run: |
npm run build
git diff --stat --exit-code
- name: Test with ava
run: npm run-script test