Skip to content

Commit ae3555e

Browse files
meta: update dependency node to v24
1 parent 05bb57d commit ae3555e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v6
2121
- uses: actions/setup-node@v6
2222
with:
23-
node-version: 20.x
23+
node-version: 24.x
2424
cache: yarn
2525
- run: yarn install --frozen-lockfile
2626
- run: yarn test:format

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v6
1616
- uses: actions/setup-node@v6
1717
with:
18-
node-version: 20.x
18+
node-version: 24.x
1919
cache: yarn
2020
- run: yarn install --frozen-lockfile
2121
- run: yarn test:format

0 commit comments

Comments
 (0)