Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/_build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ concurrency:
group: build-deploy-${{ inputs.env-name }}

env:
# NODE_VERSION: v20.11.0
VITE_BUILD_VERSION: ${{ inputs.version }}
VITE_DD_VERSION: ${{ inputs.version }}

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: CI
on: [pull_request]

#env:
# NODE_VERSION: 20.11.0

jobs:
lint:
name: Lint
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.19
24
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM node:20.11.0
FROM node:24

WORKDIR /home/node

Expand All @@ -13,4 +13,4 @@ RUN yarn install

COPY . ./

RUN yarn run build
RUN yarn run build
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Running the app:

### 1. Prerequisites

* NodeJS `20.11.0` or higher, recommend using `asdf` or `nvm` to manage local node version
* NodeJS `24` or higher, recommend using `asdf` or `nvm` to manage local node version
#### πŸ”§ Node Version Management (with `nvm`)
To install:

Expand Down
Loading