We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8dc007 + 01e4edb commit d295fefCopy full SHA for d295fef
2 files changed
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/checkout@v6
25
- uses: actions/setup-node@v6
26
with:
27
- node-version: '24.15.0'
+ node-version: '24.16.0'
28
registry-url: 'https://registry.npmjs.org'
29
- run: npm ci
30
- run: docker compose up -d --wait
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:24.15.0-alpine
+FROM node:24.16.0-alpine
2
3
WORKDIR /cygnus
4
COPY package.json package-lock.json ./
0 commit comments