Skip to content

Bump django from 4.2.5 to 4.2.7 in /requirements #484

Bump django from 4.2.5 to 4.2.7 in /requirements

Bump django from 4.2.5 to 4.2.7 in /requirements #484

Workflow file for this run

name: Node.js Test
on:
push:
branches-ignore:
- develop
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Install dependencies
run: npm install
- name: Build statics
run: npm run build