Skip to content

build(deps-dev): Bump typescript from 5.3.3 to 5.5.4 in /packages/anonymus #376

build(deps-dev): Bump typescript from 5.3.3 to 5.5.4 in /packages/anonymus

build(deps-dev): Bump typescript from 5.3.3 to 5.5.4 in /packages/anonymus #376

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