Skip to content

Commit 84329f6

Browse files
committed
ci(satp-hermes): fix node version
Signed-off-by: Rafael Belchior <[email protected]>
1 parent c5f33f3 commit 84329f6

File tree

3 files changed

+2350
-1989
lines changed

3 files changed

+2350
-1989
lines changed

.github/workflows/satp-hermes-gateway.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: SATP CI - tests and docker deployments
2+
env:
3+
NODEJS_VERSION: v18.19.0
24
on:
35
pull_request:
46
branches: [main, satp-dev]

packages/cactus-plugin-satp-hermes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,14 @@
155155
"hardhat": "2.22.5",
156156
"jsonc": "2.0.0",
157157
"knex": "2.4.0",
158-
"secp256k1": "5.0.1",
159158
"kubo-rpc-client": "3.0.1",
160159
"node-schedule": "2.1.1",
161160
"node-ssh": "^13.2.0",
162161
"npm-run-all": "4.1.5",
163162
"openzeppelin-solidity": "3.4.2",
164163
"pg": "8.13.1",
165164
"safe-stable-stringify": "2.5.0",
165+
"secp256k1": "5.0.1",
166166
"socket.io": "4.6.2",
167167
"sqlite3": "5.1.5",
168168
"swagger-ui-express": "5.0.0",

0 commit comments

Comments
 (0)