Skip to content

chore(deps-dev): bump @types/node from 18.19.69 to 18.19.70 in the development group #636

chore(deps-dev): bump @types/node from 18.19.69 to 18.19.70 in the development group

chore(deps-dev): bump @types/node from 18.19.69 to 18.19.70 in the development group #636

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 18.x
- 20.x
- 22.x
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run ci