We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f33f3 commit 84329f6Copy full SHA for 84329f6
.github/workflows/satp-hermes-gateway.yaml
@@ -1,4 +1,6 @@
1
name: SATP CI - tests and docker deployments
2
+env:
3
+ NODEJS_VERSION: v18.19.0
4
on:
5
pull_request:
6
branches: [main, satp-dev]
packages/cactus-plugin-satp-hermes/package.json
@@ -155,14 +155,14 @@
155
"hardhat": "2.22.5",
156
"jsonc": "2.0.0",
157
"knex": "2.4.0",
158
- "secp256k1": "5.0.1",
159
"kubo-rpc-client": "3.0.1",
160
"node-schedule": "2.1.1",
161
"node-ssh": "^13.2.0",
162
"npm-run-all": "4.1.5",
163
"openzeppelin-solidity": "3.4.2",
164
"pg": "8.13.1",
165
"safe-stable-stringify": "2.5.0",
+ "secp256k1": "5.0.1",
166
"socket.io": "4.6.2",
167
"sqlite3": "5.1.5",
168
"swagger-ui-express": "5.0.0",
0 commit comments