]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
ci: temporaly disable deps security audit
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 11 Jun 2025 09:49:18 +0000 (11:49 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 11 Jun 2025 09:49:18 +0000 (11:49 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/workflows/ci.yml

index 48b62901eccc715d824116b3baee26be67e386e0..e466708c55e497abdfab92170e4acb95ca94dfa6 100644 (file)
@@ -74,9 +74,9 @@ jobs:
           cache: 'pnpm'
       - name: pnpm install
         run: pnpm install --ignore-scripts --frozen-lockfile
-      - name: pnpm audit
-        if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '22.x' }}
-        run: pnpm audit --prod
+      - name: pnpm audit
+        if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '22.x' }}
+        run: pnpm audit --prod
       - name: pnpm lint
         if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '22.x' }}
         run: pnpm lint
@@ -125,9 +125,9 @@ jobs:
           cache: 'pnpm'
       - name: pnpm install
         run: pnpm install --ignore-scripts --frozen-lockfile
-      - name: pnpm audit
-        if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '22.x' }}
-        run: pnpm audit --prod
+      - name: pnpm audit
+        if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '22.x' }}
+        run: pnpm audit --prod
       - name: pnpm lint
         if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '22.x' }}
         run: pnpm lint