Skip to content

Commit 78d1a6c

Browse files
chore(deps): update dependency node to v24
1 parent 2af2cfc commit 78d1a6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Node.js
2424
uses: actions/setup-node@v5
2525
with:
26-
node-version: 22
26+
node-version: 24
2727

2828
- name: Install dependencies
2929
run: npm install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Node.js
3232
uses: actions/setup-node@v5
3333
with:
34-
node-version: 22
34+
node-version: 24
3535

3636
- name: Install dependencies
3737
run: npm install

0 commit comments

Comments
 (0)