Skip to content

Commit 734941c

Browse files
chore(deps): update node.js (#1680)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 718c1ad commit 734941c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Node.js 22.x
4040
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
4141
with:
42-
node-version: 22.22.3
42+
node-version: 24.15.0
4343
cache: 'pnpm'
4444

4545
- name: Install Dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Node.js
4545
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
4646
with:
47-
node-version: 24.13.0
47+
node-version: 24.15.0
4848
cache: 'pnpm'
4949

5050
- name: Install Pnpm

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.22.3
1+
24.15.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"packageManager": "pnpm@10.33.4",
5555
"engines": {
56-
"node": ">=18.20.8",
56+
"node": ">=24.15.0",
5757
"pnpm": ">=10.33.4"
5858
}
5959
}

0 commit comments

Comments
 (0)