Skip to content

Bump dependabot/proxy from v2.0.20260404001356 to v2.0.20260406203606 in /docker in the dependabot-core-images group #7324

Bump dependabot/proxy from v2.0.20260404001356 to v2.0.20260406203606 in /docker in the dependabot-core-images group

Bump dependabot/proxy from v2.0.20260404001356 to v2.0.20260406203606 in /docker in the dependabot-core-images group #7324

Workflow file for this run

name: 'test'
permissions:
contents: read
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
cache: 'npm'
- run: npm clean-install
- run: npm run format-check
- run: npm run lint-check
- run: npm run test