Skip to content

Commit 14cc59a

Browse files
chore(deps): update dependency node to v24 (#83)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4197696 commit 14cc59a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: ⎔ Setup Node.js
2727
uses: actions/setup-node@v6
2828
with:
29-
node-version: 22
29+
node-version: 24
3030
cache: pnpm
3131

3232
- name: 📥 Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: ⎔ Setup Node.js
2525
uses: actions/setup-node@v6
2626
with:
27-
node-version: 22
27+
node-version: 24
2828
registry-url: 'https://registry.npmjs.org'
2929
cache: pnpm
3030

.github/workflows/test.yml

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

3737
- name: 📥 Install dependencies

0 commit comments

Comments
 (0)