Skip to content

Bump dockerode from 4.0.6 to 4.0.7 in the prod-dependencies group #6782

Bump dockerode from 4.0.6 to 4.0.7 in the prod-dependencies group

Bump dockerode from 4.0.6 to 4.0.7 in the prod-dependencies group #6782

Workflow file for this run

name: 'test'
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
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