fix: Update Node.js to 24.18.0

This commit is contained in:
tommoor
2026-07-27 10:19:19 +00:00
committed by github-actions[bot]
parent 053a3fd438
commit bc9722568b
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -6,10 +6,10 @@ runs:
- name: Enable Corepack
shell: bash
run: corepack enable
- name: Use Node.js 26.x
- name: Use Node.js 24.x
uses: actions/setup-node@v5
with:
node-version: 26.x
node-version: 24.x
cache: "yarn"
- name: Install dependencies
shell: bash
+1 -1
View File
@@ -1 +1 @@
26
24
+1 -1
View File
@@ -6,7 +6,7 @@ ARG APP_PATH
WORKDIR $APP_PATH
# ---
FROM node:26.3.0-slim AS runner
FROM node:24.18.0-slim AS runner
LABEL org.opencontainers.image.source="https://github.com/outline/outline"
+1 -1
View File
@@ -1,5 +1,5 @@
ARG APP_PATH=/opt/outline
FROM node:26.3.0 AS deps
FROM node:24.18.0 AS deps
ARG APP_PATH
WORKDIR $APP_PATH
+1 -1
View File
@@ -42,7 +42,7 @@
"url": "https://github.com/sponsors/outline"
},
"engines": {
"node": ">=20.12 <21 || 22 || 24 <24.17.0 || 26 <26.3.1"
"node": ">=20.12 <21 || 22 || 24 <24.17.0 || 26 <26.3.1 || 24"
},
"repository": {
"type": "git",