File tree Expand file tree Collapse file tree 5 files changed +507
-473
lines changed
Expand file tree Collapse file tree 5 files changed +507
-473
lines changed Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v3
1313 - uses : actions/setup-node@v3
1414 with :
15- node-version : 18
16- - run : npm install -g npm@8
15+ node-version : 22
16+ - run : npm install -g npm@10
1717 - run : npm ci
1818 - run : npm run ci-lint
Original file line number Diff line number Diff line change 1- FROM node:18.13.0-buster AS node_build
2- RUN npm install npm@8 -g
1+ FROM node:22-bookworm AS node_build
2+ RUN npm install npm@10 -g
33
44COPY /client /client
55WORKDIR /client
66RUN npm ci
77COPY /server /server
88RUN npm run build
99
10- FROM python:3.10-buster
10+ FROM python:3.10-bookworm
1111
1212COPY /server/requirements.txt ./requirements.txt
1313RUN pip install -r requirements.txt
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ A digital script project for cueing theatrical shows
1515
1616### Requirements
1717
18- * Node v18.13. x (npm 8.11 .x)
18+ * Node v22. x (npm 10 .x)
1919* Python 3.10.x
2020
2121### Client
You can’t perform that action at this time.
0 commit comments