File tree Expand file tree Collapse file tree 6 files changed +22
-0
lines changed Expand file tree Collapse file tree 6 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 2020 # Steps represent a sequence of tasks that will be executed as part of the job
2121 steps :
2222 - uses : actions/checkout@v5
23+ - uses : actions/setup-node@v4
24+ with :
25+ node-version : 24
2326 - name : Start minikube
2427 uses : medyagh/setup-minikube@master
2528 with :
4548 # Steps represent a sequence of tasks that will be executed as part of the job
4649 steps :
4750 - uses : actions/checkout@v5
51+ - uses : actions/setup-node@v4
52+ with :
53+ node-version : 24
4854 - name : Start minikube
4955 uses : medyagh/setup-minikube@master
5056 with :
Original file line number Diff line number Diff line change 2626 if : github.event.action == 'labeled' && github.event.label.name == 'pre-commit ci run'
2727 env :
2828 GH_TOKEN : ${{ github.token }}
29+ - name : Setup Node.js
30+ uses : actions/setup-node@v4
31+ with :
32+ node-version : 24
2933 - name : Setup python
3034 uses : actions/setup-python@v5
3135 with :
Original file line number Diff line number Diff line change 33 "version" : " 1.0.0" ,
44 "description" : " k8s ChronJob for cleaning up unused WrongSecrets instances." ,
55 "main" : " src/main.js" ,
6+ "engines" : {
7+ "node" : " >=24.0.0"
8+ },
69 "scripts" : {
710 "test" : " jest" ,
811 "lint" : " eslint src/**"
Original file line number Diff line number Diff line change 11{
2+ "engines" : {
3+ "node" : " >=24.0.0"
4+ },
25 "devDependencies" : {
36 "@commitlint/config-conventional" : " ^19.5.0"
47 },
Original file line number Diff line number Diff line change 33 "version" : " 1.1.0" ,
44 "description" : " Run Capture the Flags and Security Trainings with OWASP Wrongsecrets (based on multijuicer from Iteratec). Requires node24" ,
55 "main" : " src/index.js" ,
6+ "engines" : {
7+ "node" : " >=24.0.0"
8+ },
69 "scripts" : {
710 "lint" : " eslint src/**" ,
811 "test" : " NODE_ENV=test jest src/proxy/proxy.test.js src/teams/teams.test.js"
Original file line number Diff line number Diff line change 22 "name" : " frontend" ,
33 "version" : " 0.1.1" ,
44 "license" : " Apache-2.0" ,
5+ "engines" : {
6+ "node" : " >=24.0.0"
7+ },
58 "dependencies" : {
69 "axios" : " ^1.11.0" ,
710 "crypto-js" : " ^4.2.0" ,
You can’t perform that action at this time.
0 commit comments