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 03db832 commit ec71340Copy full SHA for ec71340
.github/workflows/bridge-pause-safe.yml
@@ -117,12 +117,16 @@ jobs:
117
- name: Setup Node.js
118
uses: actions/setup-node@v4
119
with:
120
- node-version: '20'
+ node-version: '22'
121
122
- name: Install dependencies
123
working-directory: .github-actions/propose-safe-multisig-tx
124
run: npm ci
125
126
+ - name: Build the action
127
+ working-directory: .github-actions/propose-safe-multisig-tx
128
+ run: npm run build
129
+
130
- name: Propose transaction to Safe
131
132
env:
0 commit comments