Skip to content

Commit

Permalink
Merge pull request #377 from enkryptcom/devop/update-node
Browse files Browse the repository at this point in the history
devop: node update to lts
  • Loading branch information
kvhnuke authored Jan 9, 2024
2 parents 723c213 + fcc3ede commit a3fc214
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-bullseye
FROM node:20-bullseye
RUN apt update
RUN apt install build-essential zip -y
ENV HOME /home
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ To get started make sure you have `nodejs` and `nvm` installed on your system

- npm
```sh
nvm install 16
nvm use 16
nvm install 20
nvm use 20
npm install yarn -g
```

Expand Down

1 comment on commit a3fc214

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.