Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 7.18.0 to 8.40.0 #442

chore(deps-dev): bump @typescript-eslint/parser from 7.18.0 to 8.40.0

chore(deps-dev): bump @typescript-eslint/parser from 7.18.0 to 8.40.0 #442

Workflow file for this run

name: Node CI Suite
on: push
jobs:
test:
runs-on: ${{ matrix.os }}
name: Node Tests
strategy:
matrix:
node-version: [22.x]
os: [pub-hk-ubuntu-22.04-small]
steps:
- name: Set up Xorg Server
run: |
sudo apt-get update
for i in 1 2 3; do
sudo apt-get install -y xorg xserver-xorg && break || sleep 30
done
- name: Start Xvfb
run: |
Xvfb :99 -ac &
echo "DISPLAY=:99" >> $GITHUB_ENV
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test