File tree Expand file tree Collapse file tree 8 files changed +173
-153
lines changed Expand file tree Collapse file tree 8 files changed +173
-153
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515
1616 - name : Setup Node.js
1717 uses : actions/setup-node@v4
3636 needs : test
3737
3838 steps :
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v5
4040
4141 - name : Build Docker image
4242 run : docker build -t mcp-watch .
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414
1515 - name : Setup Node.js
1616 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616
1717 - name : Build image
1818 run : |
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313
1414 - name : Setup Node.js
1515 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414
1515 - name : Setup Node.js
1616 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 11# Multi-stage build for production
2- FROM node:18 -alpine AS builder
2+ FROM node:24 -alpine AS builder
33
44# Set working directory
55WORKDIR /app
@@ -16,7 +16,7 @@ RUN npm ci
1616RUN npm run build
1717
1818# Production stage
19- FROM node:18 -alpine AS production
19+ FROM node:24 -alpine AS production
2020
2121# Install git (required for repository cloning)
2222RUN apk add --no-cache git
You can’t perform that action at this time.
0 commit comments