Skip to content

Commit 7f8de18

Browse files
chore(deps): update dependency node to v24
1 parent 5457f72 commit 7f8de18

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node.js environment
2121
uses: actions/setup-node@v6.0.0
2222
with:
23-
node-version: '22'
23+
node-version: '24'
2424
- name: Install dependencies
2525
run: yarn install --frozen-lockfile
2626
- name: Format
@@ -61,7 +61,7 @@ jobs:
6161
- name: Setup Node.js environment
6262
uses: actions/setup-node@v6.0.0
6363
with:
64-
node-version: '22'
64+
node-version: '24'
6565
- name: Install dependencies
6666
run: yarn install --frozen-lockfile
6767
- name: Build

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node.js environment
2424
uses: actions/setup-node@v6.0.0
2525
with:
26-
node-version: '22'
26+
node-version: '24'
2727
- name: Install dependencies
2828
run: yarn install --frozen-lockfile
2929
- name: Format

0 commit comments

Comments
 (0)