Skip to content

chore(deps): update dependency knip to v5.75.0 #399

chore(deps): update dependency knip to v5.75.0

chore(deps): update dependency knip to v5.75.0 #399

Workflow file for this run

name: Node CI
on: [push, pull_request]
jobs:
test:
env:
FORCE_COLOR: '1'
name: Build & Test
runs-on: ubuntu-latest
strategy:
matrix:
include:
- node-version: '22'
- node-version: '24'
steps:
- name: Checkout Repository
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: ./.github/actions/prepare
with:
node-version: ${{ matrix.node-version }}
- name: Test
run: npm test