Skip to content

Commit f5c3caf

Browse files
removed npm as this is a python repo
1 parent 9cfbd03 commit f5c3caf

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/pipeline.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,6 @@
3737
with:
3838
# Fetch entire history of the repository
3939
fetch-depth: 0
40-
- name: Setup Node.js
41-
uses: actions/setup-node@v4
42-
with:
43-
# Use Node.js version 14.x
44-
node-version: "14.x"
45-
# Cache npm dependencies for faster builds
46-
cache: "npm"
47-
- name: Install Dependencies
48-
# Install project dependencies using npm
49-
run: npm install
5040

5141
# Run Security Scan
5242
security-scan:

0 commit comments

Comments
 (0)