Skip to content

Bump postcss-preset-env from 9.5.9 to 9.5.11 #6969

Bump postcss-preset-env from 9.5.9 to 9.5.11

Bump postcss-preset-env from 9.5.9 to 9.5.11 #6969

Workflow file for this run

name: Build
on: [push, pull_request]
env:
CI: true
jobs:
build:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
node-version: [20.x]
experimental: [false]
include:
- node: 21.x
experimental: true
steps:
- uses: actions/checkout@v2
- name: Use Node.js (NPMJS) ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm ci
- name: Test
run: npm test
- name: Build
run: npm run build:ci
env:
FDMG_ARTICLE_SERVICE_TOKEN: ${{secrets.FDMG_ARTICLE_SERVICE_TOKEN}}
FDMG_ARTICLE_SERVICE_URL: ${{secrets.FDMG_ARTICLE_SERVICE_URL}}
- name: Code coverage reporting
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./js-coverage/lcov.info