Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
with:
version: 11.17.0
version: 11.20.0

- name: Get pnpm store directory
id: pnpm-cache
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
with:
version: 11.17.0
version: 11.20.0

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
with:
version: 11.17.0
version: 11.20.0

- name: Cache \ store
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pr-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
if: github.event.action != 'closed'
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
with:
version: 11.17.0
version: 11.20.0

- name: Get pnpm store directory
if: github.event.action != 'closed'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
with:
version: 11.17.0
version: 11.20.0

- name: Cache \ store
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
Expand Down
2 changes: 1 addition & 1 deletion apps/carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"private": true,
"engines": {
"node": ">=20.19.0",
"pnpm": ">=8.0.0"
"pnpm": ">=11.20.0"
},
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion apps/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"private": true,
"engines": {
"node": ">=20.19.0",
"pnpm": ">=8.0.0"
"pnpm": ">=11.20.0"
},
"devDependencies": {
"@cloudoperators/juno-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion apps/heureka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"private": true,
"engines": {
"node": ">=20.19.0",
"pnpm": ">=8.0.0"
"pnpm": ">=11.20.0"
},
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion apps/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"private": true,
"engines": {
"node": ">=20.19.0",
"pnpm": ">=8.0.0"
"pnpm": ">=11.20.0"
},
"scripts": {
"dev": "vite",
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Welcome to the Juno platform! This guide will help you get set up and start usin

Before you begin, ensure you have the following software installed on your machine:

- **Node.js** (version 18 or higher)
- **pnpm** (version 8 or higher)
- **Node.js** (version 22.12.0 or higher)
- **pnpm** (version 11.20.0 or higher)
- **Git**

> You can install pnpm globally using:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"turbo": "2.9.14",
"typescript": "6.0.2"
},
"packageManager": "pnpm@11.17.0",
"packageManager": "pnpm@11.20.0",
"engines": {
"node": ">=22.22.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/communicator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"module": "build/index.js",
"engines": {
"node": ">=20.19.0",
"pnpm": ">=8.0.0"
"pnpm": ">=11.20.0"
},
"scripts": {
"test": "vitest run",
Expand Down
2 changes: 1 addition & 1 deletion packages/greenhouse-auth-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"engines": {
"node": ">=20.12.0",
"pnpm": ">=8.0.0"
"pnpm": ">=11.20.0"
},
"peerDependencies": {
"react": ">=19.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/messages-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "Apache-2.0",
"engines": {
"node": ">=20.19.0",
"pnpm": ">=8.0.0"
"pnpm": ">=11.20.0"
},
"peerDependencies": {
"react": "19.2.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "Apache-2.0",
"engines": {
"node": ">=20.12.0",
"pnpm": ">=8.0.0"
"pnpm": ">=11.20.0"
},
"devDependencies": {
"@cloudoperators/juno-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"engines": {
"node": ">=20.19.0",
"pnpm": ">=8.0.0"
"pnpm": ">=11.20.0"
},
"scripts": {
"test": "vitest run",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "Apache-2.0",
"engines": {
"node": ">=20.19.0",
"pnpm": ">=8.0.0"
"pnpm": ">=11.20.0"
},
"devDependencies": {
"@babel/preset-env": "7.29.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/url-state-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"license": "Apache-2.0",
"engines": {
"node": ">=20.19.0",
"pnpm": ">=8.0.0"
"pnpm": ">=11.20.0"
},
"scripts": {
"build": "vite build",
Expand Down
Loading