Skip to content

Commit a6c36c0

Browse files
chore(deps): update dependency node to v24
1 parent e4f3779 commit a6c36c0

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/actions/eslint/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
- name: Setup Node.js
1313
uses: actions/setup-node@v3
1414
with:
15-
node-version: 20
15+
node-version: 24
1616
cache: 'pnpm'
1717

1818
- name: Install dependencies

.github/actions/license/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
- name: Setup Node.js
1313
uses: actions/setup-node@v3
1414
with:
15-
node-version: 18
15+
node-version: 24
1616
cache: 'pnpm'
1717

1818
- name: Install dependencies

.github/actions/stylelint/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
- name: Setup Node.js
1313
uses: actions/setup-node@v3
1414
with:
15-
node-version: 20
15+
node-version: 24
1616
cache: 'pnpm'
1717

1818
- name: Install dependencies

.github/actions/typescript/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
- name: Setup Node.js
1313
uses: actions/setup-node@v3
1414
with:
15-
node-version: 20
15+
node-version: 24
1616
cache: 'pnpm'
1717

1818
- name: Install dependencies

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
- name: Setup Node
163163
uses: actions/setup-node@v4
164164
with:
165-
node-version: 20
165+
node-version: 24
166166
cache: 'pnpm'
167167

168168
- name: Install dependencies

0 commit comments

Comments
 (0)