Skip to content

migrating to using auto_prefetch library to hopefully better address all the n+1 issues #185

migrating to using auto_prefetch library to hopefully better address all the n+1 issues

migrating to using auto_prefetch library to hopefully better address all the n+1 issues #185

Workflow file for this run

name: NPM Audit
on:
pull_request:
branches: [main]
defaults:
run:
working-directory: frontend
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
node-version: 16
- run: npm audit --omit=dev