Skip to content

Commit 53279cf

Browse files
chore(deps): update dependency node to v24
1 parent f9c3361 commit 53279cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node.js environment
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: "22.x"
24+
node-version: "24.x"
2525

2626
- name: Install Dependencies
2727
run: corepack enable && yarn

.github/workflows/snyk-security.yml

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

2626
- uses: actions/setup-node@v4
2727
with:
28-
node-version: 20
28+
node-version: 24
2929

3030
- name: Setup Bun
3131
uses: oven-sh/setup-bun@v2

0 commit comments

Comments
 (0)