Skip to content

Commit b1a0f22

Browse files
authored
Use node 24 in github workflows, and update docs (#2523)
This aligns with the `packageManager` setting which is already 24
1 parent c372f71 commit b1a0f22

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.github/workflows/changesets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup node
4040
uses: actions/setup-node@v6
4141
with:
42-
node-version: 22
42+
node-version: 24
4343
cache: 'pnpm'
4444
registry-url: 'https://registry.npmjs.org'
4545

.github/workflows/cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup node
4545
uses: actions/setup-node@v6
4646
with:
47-
node-version: 22
47+
node-version: 24
4848
cache: 'pnpm'
4949

5050
- name: Setup turborepo caching

.github/workflows/extension-azure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Setup node
5151
uses: actions/setup-node@v6
5252
with:
53-
node-version: 22
53+
node-version: 24
5454
cache: 'pnpm'
5555

5656
- name: Download deps

.github/workflows/format-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup node
3030
uses: actions/setup-node@v6
3131
with:
32-
node-version: 22
32+
node-version: 24
3333
cache: 'pnpm'
3434

3535
- name: Install dependencies

.github/workflows/update-container-manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Setup node
6868
uses: actions/setup-node@v6
6969
with:
70-
node-version: 22
70+
node-version: 24
7171
cache: 'pnpm'
7272

7373
- name: Setup turborepo caching

.github/workflows/web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup node
5454
uses: actions/setup-node@v6
5555
with:
56-
node-version: 22
56+
node-version: 24
5757
cache: 'pnpm'
5858

5959
- name: Setup turborepo caching

apps/web/content/docs/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Paklo CLI is a powerful command-line tool for running Dependabot updates aga
99

1010
**Requirements:**
1111

12-
- Node.js 22 or later
12+
- Node.js 24 or later
1313
- Docker (Docker Desktop on macOS/Windows, Docker Engine on Linux)
1414

1515
### Global Installation

apps/web/content/docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description: Guidelines for developing and submitting changes.
1515

1616
## Development Setup
1717

18-
- Install [Node.js](https://nodejs.org) 22 or later
18+
- Install [Node.js](https://nodejs.org) 24 or later
1919
- Install [pnpm](https://pnpm.io)
2020
- Install [Docker](https://www.docker.com) (for CLI and extension development)
2121

packages/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ npm install -g @paklo/cli
99
paklo --help
1010
```
1111

12-
**Requirements:** Node.js 22+ and Docker
12+
**Requirements:** Node.js 24+ and Docker
1313

1414
## Documentation
1515

0 commit comments

Comments
 (0)