Skip to content

Commit ba9f1d7

Browse files
Update dependency node to v24
1 parent c1db982 commit ba9f1d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- uses: actions/checkout@v5
9191
- uses: actions/setup-node@v6
9292
with:
93-
node-version: 22
93+
node-version: 24
9494
cache: npm
9595
- run: npm ci
9696
- run: npm run test:bin

.github/workflows/main-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- uses: actions/checkout@v5
9191
- uses: actions/setup-node@v6
9292
with:
93-
node-version: 22
93+
node-version: 24
9494
cache: npm
9595
- run: npm ci
9696
- run: npm run test:bin

0 commit comments

Comments
 (0)