Skip to content

Commit

Permalink
Merge pull request #12810 from hashicorp/backport/heat/bug.fix/update…
Browse files Browse the repository at this point in the history
…-website-dependencies/visually-superb-cheetah

This pull request was automerged via backport-assistant
  • Loading branch information
hc-github-team-packer authored Jan 29, 2024
2 parents ad1751a + 7eb19a4 commit f30c408
Show file tree
Hide file tree
Showing 6 changed files with 445 additions and 664 deletions.
1 change: 1 addition & 0 deletions website/.husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
next-hashicorp precommit
2 changes: 1 addition & 1 deletion website/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v18
2 changes: 1 addition & 1 deletion website/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.mirror.hashicorp.services/node:14.17.0-alpine
FROM docker.mirror.hashicorp.services/node:18.18.2-alpine
RUN apk add --update --no-cache git make g++ automake autoconf libtool nasm libpng-dev

COPY ./package.json /website/package.json
Expand Down
2 changes: 1 addition & 1 deletion website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The Docker image is pre-built with all the website dependencies installed, which

### With Node

If your local development environment has a supported version (v16+) of [node installed](https://nodejs.org/en/) you can run:
If your local development environment has a supported version (v18+) of [node installed](https://nodejs.org/en/) you can run:

- `npm install`
- `npm start`
Expand Down
Loading

0 comments on commit f30c408

Please sign in to comment.