Skip to content

Commit 4340c71

Browse files
Update dependency node to v24
1 parent 9468bec commit 4340c71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Node
2727
uses: actions/setup-node@v6
2828
with:
29-
node-version: 20.x
29+
node-version: 24.x
3030
cache: pnpm
3131
- name: Install Dependencies
3232
run: pnpm install --frozen-lockfile
@@ -47,7 +47,7 @@ jobs:
4747
version: 10
4848
- uses: actions/setup-node@v6
4949
with:
50-
node-version: 20.x
50+
node-version: 24.x
5151
cache: pnpm
5252
- name: Install Dependencies
5353
run: pnpm install --no-lockfile
@@ -82,7 +82,7 @@ jobs:
8282
- name: Install Node
8383
uses: actions/setup-node@v6
8484
with:
85-
node-version: 20.x
85+
node-version: 24.x
8686
cache: pnpm
8787
- name: Install Dependencies
8888
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)