From 590e8cd4688ae886136d0af632c7a66308c3d422 Mon Sep 17 00:00:00 2001 From: dyedwiper Date: Thu, 7 Nov 2024 15:43:53 +0100 Subject: [PATCH 1/3] Update engines to allow node versions >= 20 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 746a905..16e8b15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "webpack-cli": "^4.10.0" }, "engines": { - "node": "20", + "node": ">=20", "npm": ">=10" } }, diff --git a/package.json b/package.json index 0a622c1..58dbf18 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "webpack-cli": "^4.10.0" }, "engines": { - "node": "20", + "node": ">=20", "npm": ">=10" } } From 0176c8e188a7702539f06b09ff0bd791e41ad695 Mon Sep 17 00:00:00 2001 From: dyedwiper Date: Thu, 7 Nov 2024 15:44:32 +0100 Subject: [PATCH 2/3] Set node-version to 22 in github actions --- .github/workflows/deploy.yml | 2 +- .github/workflows/push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 007e1b1..dcd6f65 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 22 - name: Build run: | npm ci diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index f10f296..09570c5 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 22 - name: Build run: | npm ci From 878c8b4ffada027f2204124564d256c44332b306 Mon Sep 17 00:00:00 2001 From: dyedwiper Date: Fri, 8 Nov 2024 09:43:31 +0100 Subject: [PATCH 3/3] Raise version to 1.2.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16e8b15..56c6e6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hpi-schul-cloud/ckeditor", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hpi-schul-cloud/ckeditor", - "version": "1.1.0", + "version": "1.2.0", "license": "AGPL-3.0", "devDependencies": { "@ckeditor/ckeditor5-autoformat": "^37.1.0", diff --git a/package.json b/package.json index 58dbf18..12588d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hpi-schul-cloud/ckeditor", - "version": "1.1.0", + "version": "1.2.0", "description": "Custom version of CKEditor5 for the Schulcloud-Verbund-Software-Client", "author": "Dataport Schulcloud-Verbund-Software Team", "repository": {