From 01e4edb1a6de0c6bcb610dc40d9e5540eda3186c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 06:13:05 +0000 Subject: [PATCH] Update dependency node to v24.16.0 --- .github/workflows/ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c911992..e8c43c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: '24.15.0' + node-version: '24.16.0' registry-url: 'https://registry.npmjs.org' - run: npm ci - run: docker compose up -d --wait diff --git a/Dockerfile b/Dockerfile index 820ba40..7546b1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:24.15.0-alpine +FROM node:24.16.0-alpine WORKDIR /cygnus COPY package.json package-lock.json ./