@futdevpro/nts-dynamo 1.14.68 → 1.14.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,7 @@ env:
15
15
  THIS_VERSION: 0.0.0
16
16
  LATEST_VERSION: 0.0.0
17
17
  VERSION_PUBLISHED: true
18
-
18
+
19
19
  jobs:
20
20
  notification0:
21
21
  name: 🏹 Discord start Notification
@@ -142,13 +142,17 @@ jobs:
142
142
  run: |
143
143
  echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
144
144
 
145
+ - name: Install safe-chain
146
+ run: |
147
+ curl -fsSL https://raw.githubusercontent.com/AikidoSec/safe-chain/main/install-scripts/install-safe-chain.sh | sh -s -- --ci
148
+
145
149
  - name: Install pnpm
146
150
  run: |
147
151
  npm i -g pnpm
148
152
 
149
153
  - name: Install Packages
150
154
  run: |
151
- pnpm i
155
+ pnpm i --safe-chain-skip-minimum-package-age
152
156
 
153
157
  - name: Build
154
158
  run: |