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 b9fa7a3 commit 1271d83Copy full SHA for 1271d83
.github/workflows/lint.yml
@@ -30,6 +30,8 @@ jobs:
30
31
- name: Install safe-chain
32
run: curl -fsSL https://raw.githubusercontent.com/AikidoSec/safe-chain/main/install-scripts/install-safe-chain.sh | sh -s -- --ci
33
+ env:
34
+ SAFE_CHAIN_VERSION: "1.2.1"
35
36
- name: Install modules
37
run: pnpm install
.github/workflows/release.yml
@@ -22,6 +22,8 @@ jobs:
22
23
24
25
26
27
28
- name: node_modules をインストール
29
0 commit comments