We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6040c5 commit 0105048Copy full SHA for 0105048
1 file changed
action.yaml
@@ -43,7 +43,7 @@ runs:
43
steps:
44
- name: Setup Node.js
45
id: setup-node
46
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
+ uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
47
with:
48
node-version: ${{ inputs.node-version }}
49
node-version-file: ${{ inputs.node-version-file }}
@@ -59,6 +59,9 @@ runs:
59
mirror-token: ${{ inputs.mirror-token }}
60
- name: Setup Aikido Safe-Chain
61
shell: bash
62
+ env:
63
+ SAFE_CHAIN_NPM_MINIMUM_PACKAGE_AGE_EXCLUSIONS: "@linz/*,@linzjs/*,@basemaps/*"
64
run: |
65
npm i -g @aikidosec/safe-chain
66
safe-chain setup-ci
67
+
0 commit comments