From c6c6a8e91f5846a05f0482daf2ff69e6962504e2 Mon Sep 17 00:00:00 2001 From: Darek Kay Date: Thu, 23 May 2024 20:22:11 +0200 Subject: [PATCH] Drop Node 16 support EOL: https://github.com/nodejs/release#release-schedule --- .github/workflows/ci.yml | 2 +- app/package.json | 2 +- server/package.json | 2 +- storybook/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90d4c2e..0290df6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: name: app-node-${{ matrix.node }} strategy: matrix: - node: [ 16, 20 ] + node: [ 18, 22 ] fail-fast: true defaults: run: diff --git a/app/package.json b/app/package.json index e569b12..379c013 100644 --- a/app/package.json +++ b/app/package.json @@ -67,7 +67,7 @@ "vite-tsconfig-paths": "4.0.3" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "homepage": "https://dashboard.darekkay.com", "license": "MIT", diff --git a/server/package.json b/server/package.json index c306a1a..cf72fd9 100644 --- a/server/package.json +++ b/server/package.json @@ -43,7 +43,7 @@ "typescript": "4.5.4" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "homepage": "https://dashboard.darekkay.com", "license": "MIT", diff --git a/storybook/package.json b/storybook/package.json index 154dfea..5e6c770 100644 --- a/storybook/package.json +++ b/storybook/package.json @@ -18,7 +18,7 @@ "webpack": "4.46.0" }, "engines": { - "node": ">=14.0.0" + "node": ">=18.0.0" }, "homepage": "https://dashboard.darekkay.com/storybook/", "license": "MIT",