Skip to content

Bump @types/node from 26.1.2 to 26.2.0 #78

Bump @types/node from 26.1.2 to 26.2.0

Bump @types/node from 26.1.2 to 26.2.0 #78

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run check