Skip to content

Commit c4f6da4

Browse files
Update dependency node to v24
1 parent d9dd7c2 commit c4f6da4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

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

3737
- name: Install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
version: latest
5454
- uses: actions/setup-node@v4
5555
with:
56-
node-version: '22'
56+
node-version: '24'
5757
registry-url: 'https://registry.npmjs.org'
5858
cache: 'pnpm'
5959
- run: pnpm install

0 commit comments

Comments
 (0)