Skip to content

build(deps-dev): bump postcss from 8.4.49 to 8.5.1 #161

build(deps-dev): bump postcss from 8.4.49 to 8.5.1

build(deps-dev): bump postcss from 8.4.49 to 8.5.1 #161

Workflow file for this run

name: CI (main)
on:
pull_request:
branches:
- 'main'
jobs:
package:
name: node package install
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci
build:
name: type and build check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci
- run: ./scripts/gen-api.sh development
- run: npm run build