Skip to content

Bump @types/node from 20.4.2 to 20.4.4 #5085

Bump @types/node from 20.4.2 to 20.4.4

Bump @types/node from 20.4.2 to 20.4.4 #5085

Workflow file for this run

name: ESLint
on:
pull_request_target:
branches: [main]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3.7.0
with:
node-version: "18"
- run: npm ci
- run: TAILWIND_MODE=build npm run postcss:build
- run: npm run eslint