Skip to content

Bump @types/dockerode from 3.3.32 to 3.3.34 (#419) #688

Bump @types/dockerode from 3.3.32 to 3.3.34 (#419)

Bump @types/dockerode from 3.3.32 to 3.3.34 (#419) #688

Workflow file for this run

name: Build & Test
on:
push:
branches: [ "main" ]
paths-ignore:
- '.github/**'
pull_request:
branches: [ "main" ]
paths-ignore:
- '.github/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test