Skip to content

Bump @types/node from 20.12.7 to 22.13.5 #24

Bump @types/node from 20.12.7 to 22.13.5

Bump @types/node from 20.12.7 to 22.13.5 #24

Workflow file for this run

name: Tests
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install and test
run: npm it