Skip to content

Commit

Permalink
Bump Node to current LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar committed Sep 13, 2024
1 parent 6c48b93 commit 83f4faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
TEST_TAG: ${{ github.repository }}:test
TEST_EXPECTED_NODE_OUTPUT: "v20.11.1"
TEST_EXPECTED_NODE_OUTPUT: "v20.17.0"
TEST_EXPECTED_ELIXIR_OUTPUT: "Elixir 1.17.2 (compiled with Erlang/OTP 27)"
TEST_EXPECTED_ERLANG_OUTPUT: "27.0.1"
jobs:
Expand Down
2 changes: 1 addition & 1 deletion transport-site/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RUN cat /etc/os-release
RUN cat /etc/lsb-release

ENV NVM_VERSION=v0.40.1
ENV NODE_VERSION=20.11.1
ENV NODE_VERSION=20.17.0
ENV NVM_DIR=$HOME/.nvm

RUN mkdir $NVM_DIR
Expand Down

0 comments on commit 83f4faf

Please sign in to comment.