From f0735a548493481c1505a473f34a4dbfc19a611d Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Tue, 17 Jan 2023 16:40:30 +0100 Subject: [PATCH] chore: bump Node requirement from 16 to 18 (#25) closes #21 --- .github/workflows/check-typescript-projects.yml | 2 ++ .nvmrc | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-typescript-projects.yml b/.github/workflows/check-typescript-projects.yml index be05b37..03b45e3 100644 --- a/.github/workflows/check-typescript-projects.yml +++ b/.github/workflows/check-typescript-projects.yml @@ -8,6 +8,7 @@ on: - main paths: - '.github/workflows/check-typescript-projects.yml' + - '.nvmrc' - 'projects/parcel-ts/**/*' - 'projects/rollup-ts/**/*' - 'projects/vitejs-ts/**/*' @@ -16,6 +17,7 @@ on: - main paths: - '.github/workflows/check-typescript-projects.yml' + - '.nvmrc' - 'projects/parcel-ts/**/*' - 'projects/rollup-ts/**/*' - 'projects/vitejs-ts/**/*' diff --git a/.nvmrc b/.nvmrc index b6a7d89..3c03207 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16 +18 diff --git a/README.md b/README.md index 4cf814d..086036a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Demonstrate how to integrate [maxGraph](https://github.com/maxGraph/maxGraph/) i ### Setup -Ensure you are using Node 16 (this is the tested version, it may work with other versions without guarantee) +Ensure you are using Node 18 (this is the tested version, it may work with other versions without guarantee) If you are using `nvm`, run ```shell