Skip to content

Commit c5f8112

Browse files
authored
pump node and lucid version (#76)
Signed-off-by: Nguyen Le Vu Long <vulongvn98@gmail.com>
1 parent 5afa985 commit c5f8112

4 files changed

Lines changed: 149 additions & 15 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run_install: false
2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version: 20.17
22+
node-version: 24
2323
cache: "pnpm"
2424
- name: Install dependencies
2525
run: pnpm install --frozen-lockfile

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.17
1+
v24

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
"description": "Query Minswap data and build transactions",
55
"type": "module",
66
"types": "./build/index.d.ts",
7-
"engines": {
8-
"node": ">=20.17 <21"
9-
},
107
"exports": {
118
".": {
129
"types": "./build/index.d.ts",
@@ -53,7 +50,7 @@
5350
"@cardano-ogmios/schema": "^6.5.0",
5451
"@maestro-org/typescript-sdk": "^1.6.3",
5552
"@minswap/tiny-invariant": "^1.2.0",
56-
"@spacebudz/lucid": "npm:@jsr/spacebudz__lucid@^0.20.4",
53+
"@spacebudz/lucid": "npm:@jsr/spacebudz__lucid@^0.20.14",
5754
"big.js": "^6.2.1",
5855
"bignumber.js": "^9.1.2",
5956
"exponential-backoff": "^3.1.1",

pnpm-lock.yaml

Lines changed: 146 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)