Skip to content

chore(deps-dev): bump postcss from 8.4.18 to 8.4.38 (#347) #2578

chore(deps-dev): bump postcss from 8.4.18 to 8.4.38 (#347)

chore(deps-dev): bump postcss from 8.4.18 to 8.4.38 (#347) #2578

Workflow file for this run

name: test
on:
push:
branches:
- main
- renovate/**
pull_request:
branches:
- main
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.19.0, 20.x]
steps:
- name: set git core.autocrlf to 'input'
run: git config --global core.autocrlf input
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: package-lock.json
- run: npm ci
- run: npm test
- run: npm run eslint
- run: npm run compile
- run: npm run build