Skip to content

Commit

Permalink
Reflect o1js node engines requirements. (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv authored May 11, 2024
1 parent 0a4ed71 commit b09e108
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## Unreleased

### Breaking changes

- NodeJS minimum version changed in order to reflect the `o1js` requirements. [#641](https://github.com/o1-labs/zkapp-cli/pull/641)

## [0.20.2](https://github.com/o1-labs/zkapp-cli/compare/0.20.1...0.20.2) - 2024-05-07

### Fixed
Expand All @@ -28,7 +32,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Added

- Extend information printed during deployment procedure. [#631](https://github.com/o1-labs/zkapp-cli/pull/631)

- Add ASCII o1Labs logo to zk help menu. [#620](https://github.com/o1-labs/zkapp-cli/pull/620)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@
"zx": "^7.2.3"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.14.0"
}
}
3 changes: 3 additions & 0 deletions templates/project-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@
},
"peerDependencies": {
"o1js": "1.*"
},
"engines": {
"node": ">=18.14.0"
}
}

0 comments on commit b09e108

Please sign in to comment.