Skip to content

(#499)(#503)(#504)(#515)(#516) Bump to version 2.5.0 #213

(#499)(#503)(#504)(#515)(#516) Bump to version 2.5.0

(#499)(#503)(#504)(#515)(#516) Bump to version 2.5.0 #213

Workflow file for this run

name: yarn npm audit
on: [pull_request]
jobs:
yarn-npm-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn install --immutable
- name: Run yarn npm audit
run: yarn audit
continue-on-error: false