Skip to content

Bump @types/node from 24.3.1 to 24.4.0 #732

Bump @types/node from 24.3.1 to 24.4.0

Bump @types/node from 24.3.1 to 24.4.0 #732

Workflow file for this run

name: Coverage
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- name: Build & test
run: |
npm ci
npm run build
npm run cov