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.
1 parent 7755132 commit 2825b83Copy full SHA for 2825b83
.github/workflows/renovate-validation.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Setup Node.js
38
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
39
with:
40
- node-version: '22'
+ node-version: '24'
41
cache: 'npm'
42
cache-dependency-path: 'test/renovate/package-lock.json'
43
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
76
- name: Dry run Renovate
77
env:
Dockerfile.slack
@@ -1,4 +1,4 @@
1
-FROM node:22-alpine AS builder
+FROM node:24-alpine AS builder
2
3
4
@@ -28,7 +28,7 @@ RUN npm install --save @ubie-oss/[email protected]
28
29
30
# Final stage - runtime image with pre-installed packages
31
-FROM node:22-alpine
+FROM node:24-alpine
32
33
34
0 commit comments