Skip to content

chore(deps-dev): bump postcss from 8.4.29 to 8.4.31 #1449

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

chore(deps-dev): bump postcss from 8.4.29 to 8.4.31 #1449

Workflow file for this run

name: Test
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
jobs:
test:
strategy:
fail-fast: false
matrix:
node-version: ["14", "16", "18", "20"]
uses: ybiquitous/.github/.github/workflows/nodejs-test-reusable.yml@main
with:
node-version: ${{ matrix.node-version }}
node-version-coverage: "20"
upload-coverage:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
with:
name: coverage
- uses: codecov/codecov-action@v3
lint:
uses: ybiquitous/.github/.github/workflows/nodejs-lint-reusable.yml@main