Skip to content

dependencies: update cssstyle to 5.3.1 #397

dependencies: update cssstyle to 5.3.1

dependencies: update cssstyle to 5.3.1 #397

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:
- uses: actions/checkout@v5
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v5
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