From 84faa9747ec8a4fd6ee62e8f52f4b87a48581b0b Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Mon, 26 May 2025 03:09:09 -0600 Subject: [PATCH] chore: update Node.js version to 20.16.0 in configuration files --- .github/workflows/pull-request.yml | 6 +++--- .nvmrc | 2 +- CONTRIBUTING.md | 2 +- apps/dokploy/.nvmrc | 2 +- apps/dokploy/package.json | 2 +- package.json | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 2ac54229..e9591f3c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -12,7 +12,7 @@ jobs: - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: - node-version: 20.9.0 + node-version: 20.16.0 cache: "pnpm" - run: pnpm install --frozen-lockfile - run: pnpm run server:build @@ -26,7 +26,7 @@ jobs: - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: - node-version: 20.9.0 + node-version: 20.16.0 cache: "pnpm" - run: pnpm install --frozen-lockfile - run: pnpm run server:build @@ -39,7 +39,7 @@ jobs: - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: - node-version: 20.9.0 + node-version: 20.16.0 cache: "pnpm" - run: pnpm install --frozen-lockfile - run: pnpm run server:build diff --git a/.nvmrc b/.nvmrc index 43bff1f8..593cb75b 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.9.0 \ No newline at end of file +20.16.0 \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a69fa686..0ac5a358 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,7 +52,7 @@ feat: add new feature Before you start, please make the clone based on the `canary` branch, since the `main` branch is the source of truth and should always reflect the latest stable release, also the PRs will be merged to the `canary` branch. -We use Node v20.9.0 and recommend this specific version. If you have nvm installed, you can run `nvm install 20.9.0 && nvm use` in the root directory. +We use Node v20.16.0 and recommend this specific version. If you have nvm installed, you can run `nvm install 20.16.0 && nvm use` in the root directory. ```bash git clone https://github.com/dokploy/dokploy.git diff --git a/apps/dokploy/.nvmrc b/apps/dokploy/.nvmrc index 43bff1f8..593cb75b 100644 --- a/apps/dokploy/.nvmrc +++ b/apps/dokploy/.nvmrc @@ -1 +1 @@ -20.9.0 \ No newline at end of file +20.16.0 \ No newline at end of file diff --git a/apps/dokploy/package.json b/apps/dokploy/package.json index f7e2e8bf..0be28f0d 100644 --- a/apps/dokploy/package.json +++ b/apps/dokploy/package.json @@ -188,7 +188,7 @@ }, "packageManager": "pnpm@9.5.0", "engines": { - "node": "^20.9.0", + "node": "^20.16.0", "pnpm": ">=9.5.0" }, "lint-staged": { diff --git a/package.json b/package.json index abb87940..317a7e98 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "packageManager": "pnpm@9.5.0", "engines": { - "node": "^20.9.0", + "node": "^20.16.0", "pnpm": ">=9.5.0" }, "lint-staged": {