Skip to content

Bump @types/node from 22.10.1 to 22.13.1 #136

Bump @types/node from 22.10.1 to 22.13.1

Bump @types/node from 22.10.1 to 22.13.1 #136

Workflow file for this run

name: Pull Request Main
on:
pull_request:
branches:
- 'main'
jobs:
test_pr_main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
- run: npm ci
- run: npm run build
- run: npm run lint