Skip to content

Commit 7f9541b

Browse files
Update dependency node to v24
1 parent 87002e9 commit 7f9541b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install Node
3131
uses: actions/setup-node@v6
3232
with:
33-
node-version: 20.x
33+
node-version: 24.x
3434
cache: pnpm
3535
- name: Install Dependencies
3636
run: pnpm install --frozen-lockfile
@@ -51,7 +51,7 @@ jobs:
5151
version: 10
5252
- uses: actions/setup-node@v6
5353
with:
54-
node-version: 20.x
54+
node-version: 24.x
5555
cache: pnpm
5656
- name: Install Dependencies
5757
run: pnpm install --no-lockfile
@@ -87,7 +87,7 @@ jobs:
8787
- name: Install Node
8888
uses: actions/setup-node@v6
8989
with:
90-
node-version: 20.x
90+
node-version: 24.x
9191
cache: pnpm
9292
- name: Install Dependencies
9393
run: pnpm install --frozen-lockfile
@@ -107,7 +107,7 @@ jobs:
107107
version: 10
108108
- uses: actions/setup-node@v6
109109
with:
110-
node-version: 20.x
110+
node-version: 24.x
111111
cache: pnpm
112112
- name: Install Dependencies
113113
run: pnpm install --no-lockfile

0 commit comments

Comments
 (0)