Skip to content

Bump @types/node from 22.10.5 to 22.10.6 #12

Bump @types/node from 22.10.5 to 22.10.6

Bump @types/node from 22.10.5 to 22.10.6 #12

Workflow file for this run

name: ci
on: [push]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22.x
- name: Build
run: npm ci
- name: Test
run: npm test