Skip to content

Bump postcss from 8.4.41 to 8.4.45 in /web #77

Bump postcss from 8.4.41 to 8.4.45 in /web

Bump postcss from 8.4.41 to 8.4.45 in /web #77

Workflow file for this run

name: Node Lint
on:
push:
branches:
- main
paths:
- 'web/**'
pull_request:
paths:
- 'web/**'
defaults:
run:
working-directory: web
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'npm'
cache-dependency-path: web/package-lock.json
- run: npm ci
# - run: npm test #TODO add tests