Skip to content

Bump the npm_and_yarn group across 2 directories with 1 update #2258

Bump the npm_and_yarn group across 2 directories with 1 update

Bump the npm_and_yarn group across 2 directories with 1 update #2258

Workflow file for this run

# Check the content and lint the code
name: check
on:
push:
branches: [master]
pull_request:
jobs:
pull-cert-manager-website-verify:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run check