Skip to content

Commit 701cc79

Browse files
committed
chore: update node versions on workflows
1 parent d09fa6e commit 701cc79

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- run: corepack enable
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: "22"
16+
node-version: "24"
1717
cache: yarn
1818
- run: yarn install --immutable
1919
- name: Verify src/consts/shared-definitions.json matches questdb/ui

.github/workflows/release.yml

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

2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: "22"
24+
node-version: "24"
2525
cache: "yarn"
2626
registry-url: "https://registry.npmjs.org"
2727

0 commit comments

Comments
 (0)