File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3737 - name : Setup Node.js
3838 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
3939 with :
40- node-version : ' 22 '
40+ node-version : ' 24 '
4141 cache : ' npm'
4242 cache-dependency-path : ' test/renovate/package-lock.json'
4343
7171 - name : Setup Node.js
7272 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
7373 with :
74- node-version : ' 22 '
74+ node-version : ' 24 '
7575
7676 - name : Dry run Renovate
7777 env :
Original file line number Diff line number Diff line change 1- FROM node:22 -alpine AS builder
1+ FROM node:24 -alpine AS builder
22
33
44
@@ -28,7 +28,7 @@ RUN npm install --save @ubie-oss/slack-mcp-server@0.1.4
2828
2929
3030# Final stage - runtime image with pre-installed packages
31- FROM node:22 -alpine
31+ FROM node:24 -alpine
3232
3333
3434
You can’t perform that action at this time.
0 commit comments