Skip to content

Commit ec71340

Browse files
committed
refactor: Update Node.js version in bridge-pause-safe workflow from 20 to 22
1 parent 03db832 commit ec71340

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/bridge-pause-safe.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,16 @@ jobs:
117117
- name: Setup Node.js
118118
uses: actions/setup-node@v4
119119
with:
120-
node-version: '20'
120+
node-version: '22'
121121

122122
- name: Install dependencies
123123
working-directory: .github-actions/propose-safe-multisig-tx
124124
run: npm ci
125125

126+
- name: Build the action
127+
working-directory: .github-actions/propose-safe-multisig-tx
128+
run: npm run build
129+
126130
- name: Propose transaction to Safe
127131
working-directory: .github-actions/propose-safe-multisig-tx
128132
env:

0 commit comments

Comments
 (0)