Skip to content

Commit

Permalink
Merge pull request #191 from CoreMedia/feat/update-pnpm
Browse files Browse the repository at this point in the history
Update pnpm to ^9.4
  • Loading branch information
pkliesch committed Jul 9, 2024
2 parents 33f7fef + 4f26cc0 commit 57ea144
Show file tree
Hide file tree
Showing 7 changed files with 6,275 additions and 4,839 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
NODE_VERSION: 20
# https://github.com/actions/runner-images/issues/70
NODE_OPTIONS: "--max_old_space_size=4096"
PNPM_VERSION: ^8.6
PNPM_VERSION: ^9.4
NPM_CONFIG_@coremedia:registry: 'https://npm.coremedia.io'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
NODE_VERSION: 20
# https://github.com/actions/runner-images/issues/70
NODE_OPTIONS: "--max_old_space_size=4096"
PNPM_VERSION: ^8.6
PNPM_VERSION: ^9.4
NPM_CONFIG_@coremedia:registry: 'https://npm.coremedia.io'

jobs:
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ loglevel=warn
; registry=https://registry.npmjs.org/
strict-ssl=false

link-workspace-packages=true
prefer-workspace-packages=true
enable-pre-post-scripts=true
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"engines": {
"node": "20",
"pnpm": "^8.6"
"pnpm": "^9.4"
},
"license": "Apache-2.0",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion itest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"engines": {
"node": "20",
"pnpm": "^8.6"
"pnpm": "^9.4"
},
"license": "Apache-2.0",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"engines": {
"node": "20",
"pnpm": "^8.6"
"pnpm": "^9.4"
},
"private": true,
"description": "Plugins required or recommended to use CKEditor 5 within CoreMedia Studio.",
Expand Down
Loading

0 comments on commit 57ea144

Please sign in to comment.