Skip to content

Commit f145d07

Browse files
authored
Merge pull request #976 from lmnr-ai/dev
Dev
2 parents 4dc3ab6 + 01bf274 commit f145d07

File tree

199 files changed

+20057
-2280
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+20057
-2280
lines changed

.github/workflows/fe-build-check.yml

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

2727
# Step 3: Set up Node.js
2828
- name: Set up Node.js
29-
uses: actions/setup-node@v4
29+
uses: actions/setup-node@v5
3030
with:
3131
node-version: 'lts/*' # Use the latest LTS version of Node.js
3232
cache: 'pnpm'

.github/workflows/fe-tests-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
version: 9
2424

2525
- name: Set up Node.js
26-
uses: actions/setup-node@v4
26+
uses: actions/setup-node@v5
2727
with:
2828
node-version: 'lts/*'
2929
cache: 'pnpm'

.github/workflows/query-engine-tests-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515

1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
- name: Set up Python
20-
uses: actions/setup-python@v5
20+
uses: actions/setup-python@v6
2121
with:
2222
python-version: 3.13
2323
- name: Install uv

0 commit comments

Comments
 (0)