Skip to content

Commit

Permalink
chore(nodejs): Update to active LTS v20 (#2011)
Browse files Browse the repository at this point in the history
* chore(nodejs): Use active LTS v20 for nodejs

This updates nodejs to use the active LTS v20 from the maintenance LTS
v18.  This expands compatibility with packages, adds native support for
more features, etc.

In addition, the ci-seed-chain workflow was updated to use the
.tool-version file instead of hardcoded version.

* chore(hardhat): Update hardhat for nodejs 20 support
  • Loading branch information
nddeluca authored Aug 20, 2024
1 parent eaacd83 commit 8023be0
Show file tree
Hide file tree
Showing 4 changed files with 934 additions and 1,228 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-seed-chain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: npm
node-version: 18
node-version-file: .tool-versions
cache-dependency-path: kava-bridge/contract/package.json
- name: "install ERC20 contract deployment dependencies"
run: "npm install"
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
golang 1.21.9
nodejs 18.16.0
nodejs 20.16.0
Loading

0 comments on commit 8023be0

Please sign in to comment.