Skip to content

Bump postcss from 8.5.23 to 8.5.25 in the all-dependencies group #441

Bump postcss from 8.5.23 to 8.5.25 in the all-dependencies group

Bump postcss from 8.5.23 to 8.5.25 in the all-dependencies group #441

Workflow file for this run

name: test-older-node
on:
push:
permissions:
contents: read
concurrency:
group: test-older-node-branch-node-${{ github.ref }}
cancel-in-progress: true
# TODO : delete this workflow on next major if we drop node 12, 14, 16 and 18
jobs:
test-older-node:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14, 16, 18]
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020
with:
node-version: ${{ matrix.node }}
- run: |
NPM_CONFIG_ENGINE_STRICT=false npm install --ignore-scripts
- run: npm run test:json