Skip to content

Bump django-cors-headers from 4.3.1 to 4.4.0 in /src #37

Bump django-cors-headers from 4.3.1 to 4.4.0 in /src

Bump django-cors-headers from 4.3.1 to 4.4.0 in /src #37

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./src/ui
strategy:
matrix:
node-version: ["18.x", "20.x"]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install pnpm -g
- run: pnpm install