Skip to content

chore: bump the development-dependencies group with 2 updates (#16) #58

chore: bump the development-dependencies group with 2 updates (#16)

chore: bump the development-dependencies group with 2 updates (#16) #58

Workflow file for this run

name: CI
on:
- push
- pull_request
permissions:
contents: read
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- 24
- 22
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- name: Ultracite check
run: npm run check
- run: npm test