Skip to content

chore(deps-dev): bump postcss from 8.4.20 to 8.4.31 #115

chore(deps-dev): bump postcss from 8.4.20 to 8.4.31

chore(deps-dev): bump postcss from 8.4.20 to 8.4.31 #115

Workflow file for this run

name: Package
on: [push]
jobs:
package:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Install Node.js and NPM
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: install dependencies
run: npm ci
- name: package
run: npm run package