Skip to content

build(npm): bump @types/node from 22.10.1 to 22.10.3 in the patches group #654

build(npm): bump @types/node from 22.10.1 to 22.10.3 in the patches group

build(npm): bump @types/node from 22.10.1 to 22.10.3 in the patches group #654

Workflow file for this run

name: Node.js
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
name: Node.js
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/setup-node@v4
with:
node-version: 22
- uses: actions/checkout@v4
- run: npm ci
- run: npm test