Skip to content

Commit

Permalink
Merge pull request #103 from eco-stake/update-node-18
Browse files Browse the repository at this point in the history
Update Node to v18
  • Loading branch information
tombeynon authored Jun 24, 2024
2 parents 7fa3e91 + 7fe920f commit 427e06a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17
18
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# dev env
FROM node:17-slim
FROM node:18-slim

RUN apt-get update && apt-get install -y python3 make g++

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.production
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build env
FROM node:17-slim as build
FROM node:18-slim as build

RUN apt-get update && apt-get install -y python3 make g++

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A script is also provided which allows a validator to automatically search their

- Authz is also not fully supported yet. Many chains are yet to update. The REStake UI will fall back to being a manual staking app with useful manual compounding features.
- Currently REStake needs the browser extension version of Keplr, but WalletConnect and Keplr iOS functionality will be added ASAP.
- REStake requires Nodejs version 17.x or later, it will not work with earlier versions.
- REStake requires Nodejs version 18.x or later, it will not work with earlier versions.

## Become an operator

Expand Down

0 comments on commit 427e06a

Please sign in to comment.