Skip to content

Bump next from 14.0.3 to 14.0.4 #124

Bump next from 14.0.3 to 14.0.4

Bump next from 14.0.3 to 14.0.4 #124

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches:
- master
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
python-version: "3.11.5"
- uses: actions/setup-node@v4
with:
node-version: "16"
cache: npm
- run: npm install
- uses: pre-commit/[email protected]