Skip to content

dependencies: update @acemir/cssom + @csstools/css-syntax-patches-for… #419

dependencies: update @acemir/cssom + @csstools/css-syntax-patches-for…

dependencies: update @acemir/cssom + @csstools/css-syntax-patches-for… #419

Workflow file for this run

name: Node.js CI
on: push
jobs:
build:
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
node-version: [20.x, 22.x, 24.x]
steps:
- name: Git checkout
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- name: Display version information
run: node --version && npm --version
- name: Install NPM packages
run: cd "$GITHUB_WORKSPACE"/export-server && npm install
- name: Tests
run: cd "$GITHUB_WORKSPACE"/export-server && ./test.sh