Skip to content

Commit 4aeec92

Browse files
authored
chore(deps): Update dependency node to v24 (#119)
1 parent 5940054 commit 4aeec92

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-node@v5
1919
with:
2020
cache: "npm"
21-
node-version: "22"
21+
node-version: "24"
2222

2323
- name: Install dependencies
2424
run: npm ci

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v5
1616
- uses: actions/setup-node@v5
1717
with:
18-
node-version: "22"
18+
node-version: "24"
1919
registry-url: "https://registry.npmjs.org"
2020

2121
- name: Install dependencies

.github/workflows/regen.yml

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

2222
- name: Install dependencies
2323
run: npm ci

0 commit comments

Comments
 (0)