Skip to content

Commit eedda37

Browse files
chore(deps): update dependency node to v24
1 parent 5045743 commit eedda37

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/cli-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: '20'
22+
node-version: '24'
2323
cache: 'npm'
2424

2525
- name: Install dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- uses: actions/setup-node@v4
3939
with:
40-
node-version: "22"
40+
node-version: "24"
4141
registry-url: "https://registry.npmjs.org"
4242

4343
- run: npm install -g npm@latest

.github/workflows/smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 18
21+
node-version: 24
2222
cache: npm
2323

2424
- run: npm ci

.github/workflows/validate-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Node.js
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 18
28+
node-version: 24
2929
cache: "npm"
3030

3131
- name: Install dependencies

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@types/dockerode": "^3.3.31",
5050
"@types/fs-extra": "^11.0.4",
5151
"@types/inquirer": "^9.0.7",
52-
"@types/node": "^22.0.0",
52+
"@types/node": "^24.0.0",
5353
"@types/sinon": "^17.0.3",
5454
"@types/uuid": "^10.0.0",
5555
"@typescript-eslint/eslint-plugin": "^8.0.0",

0 commit comments

Comments
 (0)