Skip to content

Commit 4957964

Browse files
chore(deps): update dependency node to v24
1 parent 0c5405e commit 4957964

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/coana-guardrail.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Use Node.js 20.x
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 20.x
27+
node-version: 24.x
2828

2929
- name: Run Coana on the ${{github.base_ref}} branch
3030
run: |

.github/workflows/fix-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 22
23+
node-version: 24
2424
registry-url: 'https://registry.npmjs.org'
2525

2626
- name: Install Dependencies

.github/workflows/runtime-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-node@v4
1111
with:
12-
node-version: 22
12+
node-version: 24
1313
- uses: denoland/setup-deno@v2
1414
with:
1515
deno-version: v1.x

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
@@ -51,7 +51,7 @@
5151
"@babel/preset-typescript": "^7.27.0",
5252
"@eslint/js": "^9.37.0",
5353
"@types/jest": "^30.0.0",
54-
"@types/node": "~20",
54+
"@types/node": "~24.10.0",
5555
"@typescript-eslint/parser": "^8.46.0",
5656
"babel-jest": "^30.2.0",
5757
"eslint": "^9.37.0",

0 commit comments

Comments
 (0)