Skip to content

Bump @types/node from 22.10.2 to 22.10.5 (#298) #157

Bump @types/node from 22.10.2 to 22.10.5 (#298)

Bump @types/node from 22.10.2 to 22.10.5 (#298) #157

Workflow file for this run

name: Test
on:
push:
branches: [main, dev]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js 22
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install dependencies
run: |
npm install
- name: Run tests
run: |
npm run test