Skip to content

Commit

Permalink
BC-7995 Update engines spec and raise Node versions in github actions (
Browse files Browse the repository at this point in the history
…#15)

* Update engines to allow node versions >= 20

* Set node-version to 22 in github actions

* Raise version to 1.2.0
  • Loading branch information
dyedwiper authored Nov 8, 2024
1 parent 1858d94 commit 99a80c1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"webpack-cli": "^4.10.0"
},
"engines": {
"node": "20",
"node": ">=20",
"npm": ">=10"
}
}

0 comments on commit 99a80c1

Please sign in to comment.