File tree Expand file tree Collapse file tree 4 files changed +7105
-6
lines changed
Expand file tree Collapse file tree 4 files changed +7105
-6
lines changed Original file line number Diff line number Diff line change 2626
2727 strategy :
2828 matrix :
29- node-version : [18.x, 20.x, 22.x]
29+ node-version : [20.x, 22.x]
3030
3131 steps :
3232 - uses : actions/checkout@v4
4545 uses : actions/setup-node@v4
4646 with :
4747 node-version : ${{ matrix.node-version }}
48- cache : ' npm'
4948
5049 - name : Install Dependencies
51- run : npm ci --build-from-source
50+ run : npm install --build-from-source
5251
5352 - name : Seed Database
5453 env :
Original file line number Diff line number Diff line change 11# Package files
2- package-lock.json
2+ # package-lock.json
33
44
55# Logs
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ This vulnerable application contains the following API/Web Service vulnerabiliti
4141** Node and NPM is needed to run dvws-node**
4242
4343Tested on:
44- * node v16.19.0 / v22.x
45- * npm 8.19.3 / 10.x
44+ * node v20.x / v22.x
45+ * npm 10.x
4646
4747
4848Set up a mongoDB environment to listen on port ` 27017 ` . Docker can be used to quickly set this up.
You can’t perform that action at this time.
0 commit comments