Skip to content

Commit 365552f

Browse files
committed
dep: upgrade node
1 parent acfe281 commit 365552f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.controlplane/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update -qq && \
88

99
# Install JavaScript dependencies
1010
# Make sure NODE_VERSION matches the node version in .nvmrc and package.json
11-
ARG NODE_VERSION=18.13.0
11+
ARG NODE_VERSION=18.20.3
1212
ARG YARN_VERSION=1.22.19
1313
ENV PATH=/usr/local/node/bin:$PATH
1414
RUN curl -sL https://github.com/nodenv/node-build/archive/master.tar.gz | tar xz -C /tmp/ && \

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.13.0
1+
v18.20.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ See package.json and Gemfile for versions
125125
## Basic Demo Setup
126126

127127
### Prerequisites
128-
- Node `v18.13.0` or above. Be sure that you have Node installed! We suggest using [nvm](https://github.com/creationix/nvm) and running `nvm list` to check the active Node version. See this article [Updating and using nvm](http://forum.shakacode.com/t/updating-and-using-nvm/293).
128+
- Node `v18.20.3` or above. Be sure that you have Node installed! We suggest using [nvm](https://github.com/creationix/nvm) and running `nvm list` to check the active Node version. See this article [Updating and using nvm](http://forum.shakacode.com/t/updating-and-using-nvm/293).
129129
- Ruby 3.1.2 or above
130130
- Postgres v9.2 or above
131131
- Redis. Check that you have Redis installed by running `which redis-server`. If missing and on MacOS, install with Homebrew (`brew install redis`)

0 commit comments

Comments
 (0)