There was an error while loading. Please reload this page.
1 parent d09fa6e commit 701cc79Copy full SHA for 701cc79
2 files changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
- run: corepack enable
14
- uses: actions/setup-node@v4
15
with:
16
- node-version: "22"
+ node-version: "24"
17
cache: yarn
18
- run: yarn install --immutable
19
- name: Verify src/consts/shared-definitions.json matches questdb/ui
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
cache: "yarn"
26
registry-url: "https://registry.npmjs.org"
27
0 commit comments