Skip to content

Bump @types/node from 22.13.4 to 22.13.9 #194

Bump @types/node from 22.13.4 to 22.13.9

Bump @types/node from 22.13.4 to 22.13.9 #194

Workflow file for this run

name: Build & Test
on: push
jobs:
build:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- run: npm ci