Skip to content

build(deps-dev): Bump @types/node from 20.12.11 to 22.1.0 in /packages/anonymus #380

build(deps-dev): Bump @types/node from 20.12.11 to 22.1.0 in /packages/anonymus

build(deps-dev): Bump @types/node from 20.12.11 to 22.1.0 in /packages/anonymus #380

Workflow file for this run

name: Node.js CI
on:
push:
branches: [master, develop]
pull_request:
branches: [master, develop]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/*, current]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm --prefix packages/anonymus ci
- run: npm --prefix packages/anonymus test