Skip to content

Commit

Permalink
Upgrade Node version for solidity build (and package-locks)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicko Guyer <[email protected]>
  • Loading branch information
nguyer committed Mar 15, 2024
1 parent dbb1ed7 commit b36260b
Show file tree
Hide file tree
Showing 3 changed files with 1,360 additions and 1,306 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: "16.x"
node-version: "20.x"
- run: npm ci
working-directory: ./smart_contracts/ethereum/solidity_firefly
- run: npm run test
Expand Down
93 changes: 46 additions & 47 deletions smart_contracts/ethereum/custompin_sample/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b36260b

Please sign in to comment.