Skip to content

Commit

Permalink
Merge pull request #462 from mugijiru/chore/bump-node-version-to-18
Browse files Browse the repository at this point in the history
chore: Use Node v18
  • Loading branch information
mugijiru authored Nov 4, 2023
2 parents 41fa6a3 + 0bfe61d commit dca5097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
RUN apt-get update && apt-get install -y google-chrome-stable

# install nodejs and yarn
RUN curl https://deb.nodesource.com/setup_16.x | bash
RUN curl https://deb.nodesource.com/setup_18.x | bash
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
&& echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
RUN apt-get update -qq && apt-get install -y nodejs yarn
Expand Down
2 changes: 1 addition & 1 deletion ember/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"webpack": "^5.72.1"
},
"engines": {
"node": "^16.0.0"
"node": "^18.0.0"
},
"ember": {
"edition": "octane"
Expand Down

0 comments on commit dca5097

Please sign in to comment.