Skip to content

Commit dac58eb

Browse files
Update dependency node to v24
1 parent df3d23f commit dac58eb

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
@@ -48,7 +48,7 @@ jobs:
4848
version: latest
4949
- uses: actions/setup-node@v4
5050
with:
51-
node-version: '22'
51+
node-version: '24'
5252
registry-url: 'https://registry.npmjs.org'
5353
cache: 'pnpm'
5454
- run: pnpm install

0 commit comments

Comments
 (0)