Skip to content

Bump werkzeug from 2.3.7 to 3.0.1 #422

Bump werkzeug from 2.3.7 to 3.0.1

Bump werkzeug from 2.3.7 to 3.0.1 #422

Workflow file for this run

name: test frontend
on: push
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.20.2'
- run: yarn policies set-version 1.22.19
- run: yarn install
- run: yarn test --watchAll=false