Skip to content

Commit 1bc3e18

Browse files
committed
chore: update Node.js version to 24 in lint and test workflows
1 parent 793878e commit 1bc3e18

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v7
2424
with:
25-
node-version: '20'
25+
node-version: '24'
2626
cache: 'pnpm'
2727

2828
- name: Install frontend dependencies

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup Node.js
7171
uses: actions/setup-node@v7
7272
with:
73-
node-version: "20"
73+
node-version: "24"
7474
cache: "pnpm"
7575

7676
- name: Install frontend dependencies
@@ -113,7 +113,7 @@ jobs:
113113
- name: Setup Node.js
114114
uses: actions/setup-node@v7
115115
with:
116-
node-version: "20"
116+
node-version: "24"
117117
cache: "pnpm"
118118

119119
- name: Install frontend dependencies

0 commit comments

Comments
 (0)