2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +00:00

fix: ci security issues (#9451)

* fix possible code injection errors

* pin n
This commit is contained in:
Matthias Mair
2025-04-04 00:04:06 +02:00
committed by GitHub
parent a2370dbe59
commit 2712f30382
3 changed files with 10 additions and 6 deletions

View File

@ -34,7 +34,7 @@ RUN apt install -y \
yarn nodejs npm
# Update to the latest stable node version
RUN npm install -g n --ignore-scripts && n lts
RUN npm install -g n@10.1.0 --ignore-scripts && n lts
RUN yarn config set network-timeout 600000 -g