We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cfbd03 commit f5c3cafCopy full SHA for f5c3caf
.github/workflows/pipeline.yml
@@ -37,16 +37,6 @@
37
with:
38
# Fetch entire history of the repository
39
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
50
51
# Run Security Scan
52
security-scan:
0 commit comments