Skip to content

Commit d295fef

Browse files
authored
Merge pull request #263 from code0-tech/renovate/node-24.x
Update dependency node to v24.16.0
2 parents e8dc007 + 01e4edb commit d295fef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v6
2525
- uses: actions/setup-node@v6
2626
with:
27-
node-version: '24.15.0'
27+
node-version: '24.16.0'
2828
registry-url: 'https://registry.npmjs.org'
2929
- run: npm ci
3030
- run: docker compose up -d --wait

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.15.0-alpine
1+
FROM node:24.16.0-alpine
22

33
WORKDIR /cygnus
44
COPY package.json package-lock.json ./

0 commit comments

Comments
 (0)