Skip to content

(#525) Bump version to 2.7.0 #244

(#525) Bump version to 2.7.0

(#525) Bump version to 2.7.0 #244

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@v6
with:
node-version-file: 'package.json'
- run: yarn install --immutable
- name: Run yarn npm audit
run: yarn audit
continue-on-error: false