Skip to content

Commit 27dc8be

Browse files
Merge branch 'main' into renovate/p-queue-9.x
2 parents a755d3f + 9329fc2 commit 27dc8be

File tree

5 files changed

+31
-151
lines changed

5 files changed

+31
-151
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/setup-node@v6
2121
with:
22-
node-version: "22"
22+
node-version: "24"
2323
cache: "npm"
2424

2525
- name: Install dependencies
@@ -36,7 +36,7 @@ jobs:
3636

3737
- uses: actions/setup-node@v6
3838
with:
39-
node-version: "22"
39+
node-version: "24"
4040
cache: "npm"
4141

4242
- name: Install dependencies
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/setup-node@v6
5959

6060
with:
61-
node-version: "22"
61+
node-version: "24"
6262
cache: "npm"
6363

6464
- name: Install dependencies
@@ -75,7 +75,7 @@ jobs:
7575

7676
- uses: actions/setup-node@v6
7777
with:
78-
node-version: "22"
78+
node-version: "24"
7979
cache: "npm"
8080

8181
- name: Install dependencies

.github/workflows/publish.yml

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

1717
- uses: actions/setup-node@v6
1818
with:
19-
node-version: "22"
19+
node-version: "24"
2020
registry-url: "https://registry.npmjs.org"
2121

2222
- name: Install dependencies

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22-slim as builder
1+
FROM node:24-slim as builder
22

33
WORKDIR /app
44

@@ -10,7 +10,7 @@ COPY . .
1010

1111
RUN npm run build
1212

13-
FROM node:22-slim AS final
13+
FROM node:24-slim AS final
1414

1515
WORKDIR /app
1616

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"author": "cloudquery (https://github.com/cloudquery)",
5252
"devDependencies": {
53-
"@ava/typescript": "^5.0.0",
53+
"@ava/typescript": "^6.0.0",
5454
"@tsconfig/node20": "^20.1.2",
5555
"@types/semver": "^7.5.8",
5656
"@types/uuid": "^10.0.0",
@@ -88,7 +88,7 @@
8888
}
8989
},
9090
"dependencies": {
91-
"@apache-arrow/esnext-esm": "^19.0.0",
91+
"@apache-arrow/esnext-esm": "^21.0.0",
9292
"@cloudquery/plugin-pb-javascript": "^0.0.39",
9393
"@grpc/grpc-js": "^1.9.0",
9494
"@types/luxon": "^3.3.1",

0 commit comments

Comments
 (0)