Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/renovate-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
with:
node-version: '22'
node-version: '24'
cache: 'npm'
cache-dependency-path: 'test/renovate/package-lock.json'

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
with:
node-version: '22'
node-version: '24'

- name: Dry run Renovate
env:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.slack
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22-alpine AS builder
FROM node:24-alpine AS builder



Expand Down Expand Up @@ -28,7 +28,7 @@ RUN npm install --save @ubie-oss/slack-mcp-server@0.1.4


# Final stage - runtime image with pre-installed packages
FROM node:22-alpine
FROM node:24-alpine



Expand Down
Loading