Skip to content

Commit 38f47b4

Browse files
chore(deps): update dependency node to v24
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c40111c commit 38f47b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Use Node.js 22
3030
uses: actions/setup-node@v5
3131
with:
32-
node-version: 22
32+
node-version: 24
3333
- run: npm ci
3434
- run: npm run lint
3535

@@ -63,7 +63,7 @@ jobs:
6363
- name: Use Node.js 22
6464
uses: actions/setup-node@v5
6565
with:
66-
node-version: 22
66+
node-version: 24
6767
- run: npm ci
6868
- name: Use mongodb v${{ matrix.mongodb }}
6969
run: npm i mongodb@${{ matrix.mongodb }}

.github/workflows/prepare_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup node 22
1818
uses: actions/setup-node@v5
1919
with:
20-
node-version: 22
20+
node-version: 24
2121

2222
- name: Run script
2323
run: |

0 commit comments

Comments
 (0)