Skip to content

Commit

Permalink
Merge pull request #383 from ERC725Alliance/fix/upgrade-modules
Browse files Browse the repository at this point in the history
fix: Upgrade npm modules, fix test scripts, add some exports, fix LF JSON parsing issue
  • Loading branch information
richtera committed Jun 24, 2024
1 parent 2a3f80f commit 48eb155
Show file tree
Hide file tree
Showing 34 changed files with 16,419 additions and 12,381 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: ⚙️ Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '20.x'
cache: 'npm'

- name: 🧰 Install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
with:
fetch-depth: 0

- name: ⚙️ Setup Node.js v16
- name: ⚙️ Setup Node.js 20.x
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
scope: '@erc725'
cache: 'npm'
Expand Down
2 changes: 2 additions & 0 deletions .mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tools]
node = "20"
6 changes: 5 additions & 1 deletion .mocharc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
"extension": ["ts"],
"spec": "src/**/*.test.ts",
"require": "ts-node/register",
"timeout": 20000
"timeout": 20000,
"node-option": [
"experimental-specifier-resolution=node",
"loader=ts-node/esm"
]
}
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.19.0
20.5.1
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 20.x
Loading

0 comments on commit 48eb155

Please sign in to comment.