File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ executors:
1212 default : false
1313 version :
1414 type : string
15- default : ' 22.19 .0' # Specify LTS major and minor for development
15+ default : ' 22.22 .0' # Specify LTS major and minor for development
1616 docker :
1717 - image : cimg/node:<< parameters.version >><<# parameters.browser >>-browsers<</ parameters.browser >>
1818 working_directory : ~/marp-cli
@@ -155,7 +155,7 @@ jobs:
155155 executor :
156156 name : node
157157 browser : true
158- version : ' 20.19 '
158+ version : ' 20.20 '
159159 steps :
160160 - prepare :
161161 browser : true
@@ -177,7 +177,7 @@ jobs:
177177 executor :
178178 name : node
179179 browser : true
180- version : ' 24.8 '
180+ version : ' 24.14 '
181181 steps :
182182 - prepare :
183183 browser : true
Original file line number Diff line number Diff line change 1717 matrix :
1818 node-version :
1919 - ' ^18.20.8'
20- - ' ^20.19.5 '
21- - ' 22.19 .0'
22- - ' ^24.8 .0'
20+ - ' ^20.20.0 '
21+ - ' 22.22 .0'
22+ - ' ^24.14 .0'
2323
2424 steps :
2525 # - name: Output concurrency group
Original file line number Diff line number Diff line change 1- 22.19 .0
1+ 22.22 .0
Original file line number Diff line number Diff line change 11# ################### Build Marp CLI ####################
2- FROM --platform=$BUILDPLATFORM node:22.19 .0-bookworm-slim AS build
2+ FROM --platform=$BUILDPLATFORM node:22.22 .0-bookworm-slim AS build
33WORKDIR /home/node/marp-cli
44COPY . .
55RUN npm ci && npm run build
66
77# ################### Create Marp CLI image ####################
8- FROM node:22.19 .0-bookworm-slim
8+ FROM node:22.22 .0-bookworm-slim
99
1010# Set up user for Marp CLI
1111RUN groupadd -r marp && useradd -r -g marp marp && mkdir -p /home/marp/app /home/marp/.cli && chown -R marp:marp /home/marp
You can’t perform that action at this time.
0 commit comments