Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

chore(deps): bump @apollo/experimental-nextjs-app-support from 0.4.3 to 0.5.2 #206

chore(deps): bump @apollo/experimental-nextjs-app-support from 0.4.3 to 0.5.2

chore(deps): bump @apollo/experimental-nextjs-app-support from 0.4.3 to 0.5.2 #206

Workflow file for this run

#! Auto synced from Shared CI Resources repository
#! Don't change this file, instead change it in github.com/GaloyMoney/concourse-shared
name: Audit
on:
pull_request:
branches: [main]
jobs:
audit:
name: Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "yarn"
- run: yarn install --frozen-lockfile
- name: Run audit
run: make audit