Skip to content

Bump node from 18-alpine3.17 to 20-alpine3.17 in /dockerfiles #172

Bump node from 18-alpine3.17 to 20-alpine3.17 in /dockerfiles

Bump node from 18-alpine3.17 to 20-alpine3.17 in /dockerfiles #172

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- run: pip install mypy .[dev]
- uses: pre-commit/[email protected]